Skip to content

Commit bd09f5a

Browse files
committed
Fixing typo /Webonix/Webonyx/
1 parent e6ecf25 commit bd09f5a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thecodingmachine/graphqlite",
3-
"description": "Write your GraphQL queries in simple to write controllers (using webonix/graphql-php).",
3+
"description": "Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).",
44
"license": "MIT",
55
"type": "library",
66
"authors": [

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Troubleshooting
66

77
**Error: Maximum function nesting level of '100' reached**
88

9-
Webonix's GraphQL library tends to use a very deep stack.
9+
Webonyx's GraphQL library tends to use a very deep stack.
1010
This error does not necessarily mean your code is going into an infinite loop.
1111
Simply try to increase the maximum allowed nesting level in your XDebug conf:
1212

src/InputTypeGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use TheCodingMachine\GraphQLite\Types\ResolvableInputObjectType;
2020

2121
/**
22-
* This class is in charge of creating Webonix InputTypes from Factory annotations.
22+
* This class is in charge of creating Webonyx InputTypes from Factory annotations.
2323
*/
2424
class InputTypeGenerator
2525
{

src/TypeGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
use TheCodingMachine\GraphQLite\Types\TypeAnnotatedObjectType;
1414

1515
/**
16-
* This class is in charge of creating Webonix GraphQL types from annotated objects that do not extend the
17-
* Webonix ObjectType class.
16+
* This class is in charge of creating Webonyx GraphQL types from annotated objects that do not extend the
17+
* Webonyx ObjectType class.
1818
*/
1919
class TypeGenerator
2020
{

0 commit comments

Comments
 (0)