Skip to content

Commit 7052c81

Browse files
committed
American english
1 parent 59ade36 commit 7052c81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class MyType extends ScalarType {
422422
### Breaking: Descriptions in comments are not used as descriptions by default anymore
423423

424424
Descriptions now need to be inside Strings or BlockStrings in order to be picked up as
425-
description. If you want to keep the old behaviour you can supply the option `commentDescriptions`
425+
description. If you want to keep the old behavior you can supply the option `commentDescriptions`
426426
to BuildSchema::buildAST(), BuildSchema::build() or Printer::doPrint().
427427

428428
Here is the official way now to define descriptions in the graphQL language:

tests/TestCaseBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
abstract class TestCaseBase extends TestCase
1010
{
1111
/**
12-
* Useful to test code with no observable behaviour other than not crashing.
12+
* Useful to test code with no observable behavior other than not crashing.
1313
*
1414
* In contrast to PHPUnit's native method, this lets the test case count towards coverage.
1515
*

tests/Utils/BuildSchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ public function testCanBuildInvalidSchema(): void
12121212
/** @see it('Do not override standard types') */
12131213
public function testDoNotOverrideStandardTypes(): void
12141214
{
1215-
// NOTE: not sure it's desired behaviour to just silently ignore override
1215+
// NOTE: not sure it's desired behavior to just silently ignore override
12161216
// attempts so just documenting it here.
12171217

12181218
$schema = BuildSchema::build('

0 commit comments

Comments
 (0)