@@ -182,7 +182,7 @@ type Movie {
182182}
183183----
184184
185- You can push to the `tags` property array:
185+ You can push tags to the `tags` property array:
186186
187187.Mutation with a single `_PUSH`
188188====
@@ -244,7 +244,7 @@ type Movie {
244244----
245245
246246You can also push to both the `tags` and `moreTags` property arrays:
247- .Mutation with `` _PUSH``es to two different arrays
247+ .Mutation with `_PUSH` to two different arrays
248248====
249249[source, graphql, indent=0]
250250----
@@ -323,7 +323,7 @@ tags: ['a', 'b']
323323
324324Or, for more than one property from the array:
325325
326- .Mutation with two `` _POP``s
326+ .Mutation with two `_POP`
327327====
328328[source, graphql, indent=0]
329329----
@@ -366,7 +366,7 @@ type Movie {
366366
367367Then, you can pop from both the `tags` and `moreTags` property arrays:
368368
369- .Mutation with `` _POP``s from two different arrays
369+ .Mutation with `_POP` from two different arrays
370370====
371371[source, graphql, indent=0]
372372----
0 commit comments