Skip to content

Commit 48e717a

Browse files
Minor docs fix (#1252)
* minor docs fix * Slight wording tweak Co-authored-by: hwillson <[email protected]>
1 parent b863dc6 commit 48e717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/Learn-Queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fragment comparisonFields on Character {
154154

155155
## Operation name
156156

157-
Up until now, we have been using a shorthand syntax where we omit both the `query` keyword and the query name, but in production apps it's useful to use these to make our code less ambiguous.
157+
In several of the examples above we have been using a shorthand syntax where we omit both the `query` keyword and the query name, but in production apps it's useful to use these to make our code less ambiguous.
158158

159159
Here’s an example that includes the keyword `query` as _operation type_ and `HeroNameAndFriends` as _operation name_ :
160160

0 commit comments

Comments
 (0)