Skip to content

Commit c469154

Browse files
committed
fix another snippets ignore
1 parent a829d13 commit c469154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/schema.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ myField: ["a", null, "b"] // valid
242242

243243
Lastly, you can also have a Non-Null List of Non-Null `String` types:
244244

245-
<!-- snippet-ignore -->
245+
{/* <!-- snippet-ignore --> */}
246246
```graphql
247247
myField: [String!]!
248248
```

0 commit comments

Comments
 (0)