Skip to content

Commit 75a6e17

Browse files
author
Pelayo PAREJO PAGADOR
authored
Fixed DynamicFields spelling mistake
1 parent 868db60 commit 75a6e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/schema/introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ This class an object type definition, so you can override fields or add new ones
177177

178178
The GraphQL spec describes a field which may be added to _any_ selection: `__typename`. It returns the name of the current GraphQL type.
179179

180-
You can add fields like this (or override `__typename`) by creating a custom `DynmaicFields` defintion:
180+
You can add fields like this (or override `__typename`) by creating a custom `DynamicFields` defintion:
181181

182182
```ruby
183183
module Introspection

0 commit comments

Comments
 (0)