hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.2k stars 2.77k forks source link

docs: grammatical nits on "Connect a Data Source" page #10428

Closed imperfect-fourth closed 4 months ago

imperfect-fourth commented 4 months ago

In step 1 on the Connect a Data Source page, the colon and the comma are not needed in the following sentence.

We're specifying that this connector should be the: hasura/mongodb, connector listed in the Connector Hub.

It should read

We're specifying that this connector should be the hasura/mongodb connector listed on the Connector Hub.
seanparkross commented 4 months ago

https://github.com/hasura/v3-docs/pull/503