Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit e1424f6

Browse files
authored
Update TN0012-namespacing-by-separation-of-concern.mdx
1 parent e8bf870 commit e1424f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/technotes/TN0012-namespacing-by-separation-of-concern.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Most GraphQL APIs provide their capabilities as root-level fields of the `Query`
1111

1212
<Note>
1313

14-
Make sure to read the [Caveats](#Caveats) section below. While the name spacing pattern works well for queries, mutations can have side-effects that may not be inline with the GraphQL spec.
14+
Make sure to read the [Caveats](#caveats) section below. While the name spacing pattern works well for queries, mutations can have side-effects that may not be inline with the GraphQL spec.
1515

1616
</Note>
1717

0 commit comments

Comments
 (0)