- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.8k
Open
Labels
Description
In the docs page on connecting databases to the GraphQL engine
There is a small typo on line 95
| To access the Hasura Console via and URL and not [via the CLI](/hasura-cli/commands/hasura_console.mdx) the | 
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...