hasura / learn-graphql

Real world GraphQL tutorials for frontend developers with deadlines!
https://hasura.io/learn/
MIT License
1.18k stars 647 forks source link

Updated the word "Posgres" to "Postgres" in the setup page. #1004

Closed ommagdum closed 5 months ago

ommagdum commented 11 months ago

This commit fixes a typo on the setup page. The word "Postgres" was misspelled as "Posgres". This change was made to ensure that the setup page is accurate and free of errors.

fix(setup): correct typo in Postgres (close #1003 )

Description

This commit fixes a typo on the setup page. The word "Posgres" was misspelled as "Postgres" in the database configuration section.

Related Issues

1003 : Typo in setup page

Solution and Design

The typo was fixed by replacing the word "Posgres" with "Postgres" in the database configuration section.

Steps to test and verify

  1. Go to the setup page.
  2. Verify that the word "Postgres" is spelled correctly in the database configuration section.

Limitations, known bugs & workarounds

  1. There are no known limitations or bugs in this PR.
  2. If you encounter any problems, please open a new issue.