Fix typos

This commit is contained in:
Nikita Karamov 2023-08-30 12:41:06 +02:00
parent 420490e12a
commit 7f1bb68adb
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ free!), you can use the following buttons:
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkytta%2Fshare2fedi)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kytta/share2fedi)
To deploy to Cloudflare Pages, fork the repo and
To deploy to Cloudflare Pages, fork the repository and
[follow the instructions](https://docs.astro.build/en/guides/deploy/cloudflare/#how-to-deploy-a-site-with-git).
### Host it yourself
@ -70,7 +70,7 @@ with Deno, but Node.js is still required to build Share₂Fedi.
3. Run server.
> By default, this will only listen on localhost port 3000. To enable
> listening on a ceratin host and/or port, set the `HOST` and `PORT`
> listening on a certain host and/or port, set the `HOST` and `PORT`
> environment variables, respectively.
```sh