Skip to content

Commit ce1b1c7

Browse files
committed
Update sentence structure for consistency
1 parent 0484e1c commit ce1b1c7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pages/apis/graphql/cookbooks/pipelines.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ query AllPipelineMetrics {
160160

161161
## Delete a pipeline
162162

163-
First, [get the ID of the pipeline](#get-a-pipelines-id) you want to delete:
164-
163+
First, [get the ID of the pipeline](#get-a-pipelines-id) you want to delete.
165164
Then, use the ID to delete the pipeline:
166165

167166
```graphql
@@ -177,7 +176,8 @@ mutation PipelineDelete {
177176

178177
### Delete multiple pipelines
179178

180-
Get [get the IDs of the pipeline](#get-a-pipelines-id) and use the IDs to delete multiple pipelines:
179+
First, [get the IDs of the pipeline](#get-a-pipelines-id) you want to delete.
180+
Then, use the IDs to delete multiple pipelines:
181181

182182
```graphql
183183
mutation PipelinesDelete {
@@ -217,8 +217,7 @@ mutation UpdateSchedule {
217217

218218
## Archive a pipeline
219219

220-
First, [get the ID of the pipeline](#get-a-pipelines-id) you want to archive:
221-
220+
First, [get the ID of the pipeline](#get-a-pipelines-id) you want to archive.
222221
Then, use the ID to archive the pipeline:
223222

224223
```graphql
@@ -237,8 +236,7 @@ mutation PipelineArchive {
237236

238237
## Unarchive a pipeline
239238

240-
First, [get the ID of the pipeline](#get-a-pipelines-id) you want to unarchive:
241-
239+
First, [get the ID of the pipeline](#get-a-pipelines-id) you want to unarchive.
242240
Then, use the ID to unarchive the pipeline:
243241

244242
```graphql

0 commit comments

Comments
 (0)