Skip to content

Commit d699700

Browse files
Update modules/ROOT/pages/schema-configuration/type-configuration.adoc
Co-authored-by: Lidia Zuin <[email protected]>
1 parent 6f1f9d3 commit d699700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/schema-configuration/type-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ directive @mutation(operations: [MutationFields!]! = [CREATE, UPDATE, UPSERT, DE
9696

9797
=== Usage
9898

99-
.Disable Create, Update, Upsert and Delete operations for _Movie_
99+
.Disable Create, Update, Upsert, and Delete operations for _Movie_
100100
[source, graphql, indent=0]
101101
----
102102
type Movie @mutation(operations: []) {

0 commit comments

Comments
 (0)