Skip to content

Commit 9c40724

Browse files
authored
Merge pull request #1199 from Kyrch/fix/typo
docs: fix typos in README
2 parents e74ab45 + 9d62770 commit 9c40724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ schemas and assign different **HTTP middleware** and **execution middleware** to
246246
them, in addition to the global middleware. For example:
247247

248248
```php
249-
'schema' => 'default',
249+
'default_schema' => 'default',
250250

251251
'schemas' => [
252252
'default' => [
@@ -2060,7 +2060,7 @@ class EpisodeEnum extends EnumType
20602060
> will be able to choose from, while the value is what will your server receive (what will enum
20612061
> be resolved to).
20622062
2063-
The Enum will be registered like any other type in your schema in `config/graphq.php`:
2063+
The Enum will be registered like any other type in your schema in `config/graphql.php`:
20642064

20652065
```php
20662066
'schemas' => [
@@ -2321,7 +2321,7 @@ class ReviewInput extends InputType
23212321
}
23222322
```
23232323

2324-
The Input Object will be registered like any other type in your schema in `config/graphq.php`:
2324+
The Input Object will be registered like any other type in your schema in `config/graphql.php`:
23252325

23262326
```php
23272327
'schemas' => [

0 commit comments

Comments
 (0)