Skip to content

Commit 453e3bb

Browse files
authored
A bunch of spelling fixes across site docs (#39)
1 parent 138e8ac commit 453e3bb

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

content/documentation/master/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ to the caller.
330330

331331
## Asynchronous Execution
332332

333-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
333+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
334334
``executeAsync()`` like this
335335

336336
{{< highlight java "linenos=table" >}}
@@ -436,7 +436,7 @@ strategies for most cases.
436436
## AsyncExecutionStrategy
437437

438438
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
439-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
439+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
440440
performant execution.
441441

442442
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

content/documentation/v10/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ to the caller.
316316

317317
## Asynchronous Execution
318318

319-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
319+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
320320
``executeAsync()`` like this
321321

322322
{{< highlight java "linenos=table" >}}
@@ -416,7 +416,7 @@ strategies for most cases.
416416
## AsyncExecutionStrategy
417417

418418
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
419-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
419+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
420420
performant execution.
421421

422422
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

content/documentation/v11/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ to the caller.
316316

317317
## Asynchronous Execution
318318

319-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
319+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
320320
``executeAsync()`` like this
321321

322322
{{< highlight java "linenos=table" >}}
@@ -416,7 +416,7 @@ strategies for most cases.
416416
## AsyncExecutionStrategy
417417

418418
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
419-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
419+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
420420
performant execution.
421421

422422
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

content/documentation/v12/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ to the caller.
331331

332332
## Asynchronous Execution
333333

334-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
334+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
335335
``executeAsync()`` like this
336336

337337
{{< highlight java "linenos=table" >}}
@@ -437,7 +437,7 @@ strategies for most cases.
437437
## AsyncExecutionStrategy
438438

439439
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
440-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
440+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
441441
performant execution.
442442

443443
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

content/documentation/v13/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ to the caller.
331331

332332
## Asynchronous Execution
333333

334-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
334+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
335335
``executeAsync()`` like this
336336

337337
{{< highlight java "linenos=table" >}}
@@ -437,7 +437,7 @@ strategies for most cases.
437437
## AsyncExecutionStrategy
438438

439439
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
440-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
440+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
441441
performant execution.
442442

443443
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

content/documentation/v14/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ to the caller.
331331

332332
## Asynchronous Execution
333333

334-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
334+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
335335
``executeAsync()`` like this
336336

337337
{{< highlight java "linenos=table" >}}
@@ -437,7 +437,7 @@ strategies for most cases.
437437
## AsyncExecutionStrategy
438438

439439
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
440-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
440+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
441441
performant execution.
442442

443443
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

content/documentation/v15/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ to the caller.
330330

331331
## Asynchronous Execution
332332

333-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
333+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
334334
``executeAsync()`` like this
335335

336336
{{< highlight java "linenos=table" >}}
@@ -436,7 +436,7 @@ strategies for most cases.
436436
## AsyncExecutionStrategy
437437

438438
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
439-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
439+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
440440
performant execution.
441441

442442
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

content/documentation/v9/execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ to the caller.
316316

317317
## Asynchronous Execution
318318

319-
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompleteableFuture`` to results by calling
319+
graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the ``CompletableFuture`` to results by calling
320320
``executeAsync()`` like this
321321

322322
{{< highlight java "linenos=table" >}}
@@ -416,7 +416,7 @@ strategies for most cases.
416416
## AsyncExecutionStrategy
417417

418418
By default the "query" execution strategy is ``graphql.execution.AsyncExecutionStrategy`` which will dispatch
419-
each field as ``CompleteableFuture`` objects and not care which ones complete first. This strategy allows for the most
419+
each field as ``CompletableFuture`` objects and not care which ones complete first. This strategy allows for the most
420420
performant execution.
421421

422422
The data fetchers invoked can themselves return ``CompletionStage`` values and this will create

themes/hugo-sustain/layouts/contact/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="block">
1212
<div class="contact-content">
1313
{{ .Content }}
14-
<p>You can also send us a direct message bellow</p>
14+
<p>You can also send us a direct message below</p>
1515
</div>
1616
<div class="contact-form">
1717
<form id="contact-form" name="contact" method="POST" role="form" netlify>

0 commit comments

Comments
 (0)