react-apollo-graphql-demo icon indicating copy to clipboard operation
react-apollo-graphql-demo copied to clipboard

Fix typo in python requirements filename

Open singhay opened this issue 8 years ago • 2 comments
trafficstars

singhay avatar Aug 19 '17 00:08 singhay

Hi there, thank you for the pull request. I'm not quite sure if this is correct, thought? First of all, there are no changes in the requirements.txt file, secondly, you changed the graphiql endpoint to be called graphql, but I named it graphiql, including the i, on purpose, because that is how the web-based editor is called.

mbrochh avatar Aug 19 '17 06:08 mbrochh

Hi @mbrochh ,

  1. The name of the file is backend/requiremets.txt → backend/requirements.txt there is an n missing in requiremets.txt so when people copy paste code from repo readme, they get an IO error that file not found.
  2. Sorry for the graphiql part, I did not know it's called that.

singhay avatar Aug 19 '17 15:08 singhay