Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Fix typo in advanced document #363

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

acro5piano
Copy link

@acro5piano acro5piano commented Jul 26, 2018

Thanks for the great library.

I found a typo in advances docs so would like to fix it.
My editor also removed trailing spaces...

@acro5piano acro5piano changed the title Fix advanced document typo Fix typo in advanced document Jul 26, 2018
@coveralls
Copy link

coveralls commented Jul 26, 2018

Coverage Status

Coverage remained the same at 70.537% when pulling 24d693d on acro5piano:develop into 171631a on Folkloreatelier:develop.

docs/advanced.md Outdated
@@ -106,7 +106,7 @@ Register the Enum in the 'types' array of the graphql.php config file:

```php
// config/graphql.php
'types' => [TestEnum' => TestEnumType::class ];
'types' => ['TestEnum' => TestEnumType::class ];
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whitespace after class can also be removed. Feels unbalanced currently 🤷‍♀️

@@ -106,7 +106,7 @@ Register the Enum in the 'types' array of the graphql.php config file:

```php
// config/graphql.php
'types' => [TestEnum' => TestEnumType::class ];
'types' => ['TestEnum' => TestEnumType::class];
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following @mfn removed whitespace too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants