Skip to content

Commit 235d648

Browse files
committed
Fixing a small typo Instumentation->Instrumentation
1 parent 201622d commit 235d648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/instrumentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ GraphQL.newGraphQL(schema)
257257

258258
## Query Complexity Instrumentation
259259

260-
``graphql.analysis.MaxQueryComplexityInstrumentation`` in an ``Instumentation`` implementation than can be used to abort a query if the total number of data
260+
``graphql.analysis.MaxQueryComplexityInstrumentation`` in an ``Instrumentation`` implementation than can be used to abort a query if the total number of data
261261
fields queried exceeds the defined limit.
262262

263263
```java
@@ -307,7 +307,7 @@ Would return a result like:
307307

308308
## Query Depth Instrumentation
309309

310-
``graphql.analysis.MaxQueryDepthInstrumentation`` in an ``Instumentation`` implementation than can be used to abort a query if the total depth of
310+
``graphql.analysis.MaxQueryDepthInstrumentation`` in an ``Instrumentation`` implementation than can be used to abort a query if the total depth of
311311
the query exceeds the defined limit.
312312

313313
```java

0 commit comments

Comments
 (0)