Skip to content

Commit

Permalink
Fixed Typos. (#4830)
Browse files Browse the repository at this point in the history
  • Loading branch information
grounzero committed Mar 10, 2022
1 parent cf5c724 commit ee06be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/HotChocolate/Core/src/Types/Properties/TypeResources.resx
Expand Up @@ -144,7 +144,7 @@
<value>The DataLoader key cannot be null or empty.</value>
</data>
<data name="DataLoaderResolverContextExtensions_RegistryIsNull" xml:space="preserve">
<value>No DataLoader registry was registerd with your dependency injection.</value>
<value>No DataLoader registry was registered with your dependency injection.</value>
</data>
<data name="DataLoaderResolverContextExtensions_UnableToRegister" xml:space="preserve">
<value>Unable to register a DataLoader with your DataLoader registry.</value>
Expand Down Expand Up @@ -254,7 +254,7 @@ In some cases, you need to provide options to alter GraphQL's execution behavior
<value>The enum type extension can only be merged with an enum type.</value>
</data>
<data name="EnumTypeExtension_ValueTypeInvalid" xml:space="preserve">
<value>The enum value `{0}` of the enum type extension is not assignabe with the target enum type.</value>
<value>The enum value `{0}` of the enum type extension is not assignable with the target enum type.</value>
</data>
<data name="EnumType_NoValues" xml:space="preserve">
<value>The enum type `{0}` has no values.</value>
Expand Down Expand Up @@ -792,7 +792,7 @@ Type: `{0}`</value>
<value>The object is not yet ready for this action.</value>
</data>
<data name="EdgeType_IsInstanceOfType_NonObject" xml:space="preserve">
<value>Edge types that have a non object node are not supported.</value>
<value>Edge types that have a non-object node are not supported.</value>
</data>
<data name="EdgeType_Description" xml:space="preserve">
<value>An edge in a connection.</value>
Expand Down

0 comments on commit ee06be3

Please sign in to comment.