Skip to content

Commit b805192

Browse files
committed
updates
1 parent 0029702 commit b805192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/deployment-environments/tutorial-deploy-environments-in-cicd-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Edit the *azure-pipelines.yml* file in your Azure Repos repository to customize
140140

141141
In the pipeline, you define the steps to create the environment. In this pipeline, you define the steps to create the environment as a job, which is a series of steps that run sequentially as a unit.
142142

143-
To customize the pipeline you:
143+
To customize the pipeline, you:
144144
- Specify the service connection to use.
145145
- Use an inline script to run an Azure CLI command that creates the environment.
146146

0 commit comments

Comments
 (0)