Skip to content

Commit

Permalink
docs: fix typo in getting-started.md (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia authored Feb 22, 2024
1 parent 3d29fdf commit 8af7881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Repeat the process until you have generated all necessary keys. You can search f

We should be all set. Run `yarn watch` to start the backend server.

If everything went well, opening `https://localhost:3000/status` in your browser should greet you with "OK".
If everything went well, opening `http://localhost:3000/status` in your browser should greet you with "OK".

If you are facing an error, check [the Troubleshooting page](/developer/trouble-shooting) to see if your issue is mentioned there.

Expand Down

0 comments on commit 8af7881

Please sign in to comment.