Skip to content

Commit ca21283

Browse files
authored
Fixed some minor typos
1 parent 41ce1fa commit ca21283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/toolchain/implement-ci-cd-with-azure-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article explains the steps involved in setting up your Azure Pipelines envi
1515
1616
## Choosing between Azure Multi-stage Pipelines (preview) and Azure DevOps builds and releases
1717

18-
There are currently two approaches available to implement continuous integration, and deployement in Azure DevOps.
18+
There are currently two approaches available to implement continuous integration, and deployment in Azure DevOps.
1919
Azure builds and releases is the historic one, featuring a graphical edition experience and storing the definitions in a JSON document hidden from the user.
2020

2121
Azure multi-stage Pipelines is a newer feature still in preview, is relies on pipeline definitions stored as YAML files on the repository providing transparency, version history, and repeatability.
@@ -208,7 +208,7 @@ To create the variable group, follow these steps:
208208
1. Under __Pipelines__ select __Library__
209209
1. Add a new __Variable Group__ making sure the name matches what is defined in the pipeline definition
210210
1. Add the following variables to the group and select __Save__
211-
- o365_user_login: the user login of a SharePoint tenant administator
211+
- o365_user_login: the user login of a SharePoint tenant administrator
212212
- o365_user_password: the user password of the account
213213
- o365_app_catalog_site_url: the url of the app catalog site collection
214214

0 commit comments

Comments
 (0)