hasura / hasura/graphql-engine
Minor typo in docs
Open
c/docs
k/bug
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
In the docs page on [connecting databases to the GraphQL engine](https://hasura.io/docs/latest/databases/database-config/index/)
There is a small typo on line 95
https://github.com/hasura/graphql-engine/blob/77ddaf360e1dc1c0731a87b33ee850294fd2f0ce/docs/docs/databases/database-config/index.mdx?plain=1#L95
Where it reads
> To access the Hasura Console via and URL and not via the CLI...
The first 'and' doesn't make sense. It could read
> To access the Hasura Console via _an_ URL and not via the CLI...
or
> To access the Hasura Console via URL and not via the CLI...
Contributor guide
Assessment
This issue has not been assessed yet.