Skip to content

Commit 73da213

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Azure DevOps (Visual Studio Team Services / Team Foundation Server) consists of
1212

1313
This article explains the steps involved in setting up your Azure DevOps environment with Continuous Integration and Continuous Deployment to automate your SharePoint Framework builds, unit tests, and deployment.
1414

15-
## Chosing between Azure Multi-stage Pipelines (preview) and Azure DevOps builds and releases
15+
## Choosing between Azure Multi-stage Pipelines (preview) and Azure DevOps builds and releases
1616

17-
There are currently two approaches available to implement continuous integration, and deployement in Azure DevOps.
17+
There are currently two approaches available to implement continuous integration, and deployment in Azure DevOps.
1818
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.
1919
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.
20-
Both approaches are decribed for the SharePoint Framework:
20+
Both approaches are described for the SharePoint Framework:
2121

2222
- Azure Build and Release (this article)
2323
- [Azure Multi-stage Pipelines](./implement-ci-cd-with-azure-pipelines.md)
@@ -213,7 +213,7 @@ Add a `Node tool installer` task and define `10.X` in the `Version Spec` field.
213213

214214
### Installing the Office 365 CLI
215215

216-
The Office 365 Common Language Interface (CLI) is an open source project built by the OfficeDev PnP Community. In order to leverage the CLI as part of your Release Definition, you first need to install it. Then, you will be able to take advantage of commands available to handle deployment. Add a `npm` task, select a `Custom` command and type `install -g @pnp/office365-cli` in the `Command and Arguments` field.
216+
The Office 365 Common Language Interface (CLI) is an open source project built by the OfficeDev PnP Community. In order to leverage the CLI as part of your Release Definition, you first need to install it. Then, you will be able to take advantage of commands available to handle deployment. Add a `npm` task, select a `Custom` command and type `install -g @pnp/office365-cli` in the `Command and Arguments` field.
217217

218218
![installing office 365 cli](../../images/azure-devops-spfx-14.png)
219219

0 commit comments

Comments
 (0)