-
-
Notifications
You must be signed in to change notification settings - Fork 749
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some grammatical errors in resource files (#6773)
- Loading branch information
Showing
13 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...on/__snapshots__/ObjectTypeValidation.Implemented_Field_Is_NonNull_Field_Is_Nullable.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...alidation/__snapshots__/InterfaceTypeValidationRuleTests.RejectFieldsWithInvalidName.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...__snapshots__/ObjectTypeValidationRuleTests.RejectInterfaceWithMissingImplementation.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tTypeValidationRuleTests.RejectInterfaceWithNullableMissMatchInImplementationOfField.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/__snapshots__/ObjectTypeValidationRuleTests.RejectInterfaceWithWrongImplementation.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...pshots__/ObjectTypeTests.ObjectFieldDoesNotMatchInterfaceDefinitionReturnTypeInvalid.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
For more details look at the `Errors` property. | ||
|
||
1. Field `a` must return a type which is equal to or a sub‐type of (covariant) the return type `String` of the interface field. (HotChocolate.Types.ObjectType) | ||
2. Field `a` must return a type which is equal to or a sub‐type of (covariant) the return type `String` of the interface field. (HotChocolate.Types.ObjectType) | ||
1. Field `a` must return a type which is equal to or a subtype of (covariant) the return type `String` of the interface field. (HotChocolate.Types.ObjectType) | ||
2. Field `a` must return a type which is equal to or a subtype of (covariant) the return type `String` of the interface field. (HotChocolate.Types.ObjectType) |
2 changes: 1 addition & 1 deletion
2
...ypes/__snapshots__/ObjectTypeTests.TwoInterfacesProvideFieldAWithDifferentOutputType.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
For more details look at the `Errors` property. | ||
|
||
1. Field `a` must return a type which is equal to or a sub‐type of (covariant) the return type `Int` of the interface field. (HotChocolate.Types.ObjectType) | ||
1. Field `a` must return a type which is equal to or a subtype of (covariant) the return type `Int` of the interface field. (HotChocolate.Types.ObjectType) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters