Skip to content

Commit 1bacc9b

Browse files
Merge pull request SharePoint#6218 from eltociear/patch-1
Fix typo
2 parents c9e8ef3 + 5484506 commit 1bacc9b

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
@@ -1,7 +1,7 @@
11
---
22
title: Implement Continuous Integration and Continuous deployment using Azure Pipelines (preview)
33
description: Streamlining the build and deployment process by automating manual steps.
4-
ms.date: 07/13/2020
4+
ms.date: 08/31/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -116,7 +116,7 @@ parameters:
116116
job_name: deploy_sppkg
117117
# friendly name of the job
118118
display_name: Upload & deploy *.sppkg to SharePoint app catalog
119-
# name of target enviroment deploying to
119+
# name of target environment deploying to
120120
target_environment: ''
121121
# app catalog scope (tenant|sitecollection)
122122
o365cli_app_catalog_scope: 'tenant'

0 commit comments

Comments
 (0)