Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in the getting started docs #1

Merged
merged 1 commit into from
Jun 20, 2018

Conversation

kenfdev
Copy link
Contributor

@kenfdev kenfdev commented Jun 19, 2018

First of all, thanks for all the effort for this project. I'm starting to invest my time in using qloo and have started from the getting started section. It seemed like the markdown was corrupted and confused me a bit so have decided to create this PR.

This fixes typos related to:

  • Code formatting in markdown.
    * The function registered for Query.pets was findPetById but fixed to findPets

Signed-off-by: Ken Fukuyama kenfdev@gmail.com

@@ -159,7 +163,7 @@ Let's use `qlooctl` to register some resolvers.

```bash
# register findPetById for Query.pets (specifying no arguments)
qlooctl resolvermap register -u petstore -f findPetById Query pets
qlooctl resolvermap register -u petstore -f findPets Query pets
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wasn't sure if this was intended to be findPetById. If it was, I'll revert it.

Copy link
Member

Choose a reason for hiding this comment

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

it is

Copy link
Member

Choose a reason for hiding this comment

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

it so happens that without any parameters, this function will return the list of pets

@ilackarms
Copy link
Member

thanks for this! just revert the findPets bit and i'll go ahead and merge

This fixes typos related to:

* Code formatting in markdown.

Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
@kenfdev kenfdev force-pushed the fix-gettings-started-docs-typo branch from ceba1b0 to 3a94be3 Compare June 19, 2018 14:32
@kenfdev
Copy link
Contributor Author

kenfdev commented Jun 19, 2018

@ilackarms Thanks for the review! I've reverted the changes for the function registeration. This PR only changes the markdown format.

@ilackarms
Copy link
Member

sure. thanks for the PR

@ilackarms ilackarms merged commit 6842551 into solo-io:master Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants