Skip to content

Commit

Permalink
Merge pull request #1729 from sahilsekr42/doc-1728-typos-in-contribut…
Browse files Browse the repository at this point in the history
…ing-markdown

typos in CONTRIBUTING.md fixed
  • Loading branch information
stnguyen90 authored Feb 5, 2025
2 parents ecb9a3e + 998d715 commit 0ecf57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To contribute to the Appwrite website, you need to fork, clone, and run the webs

Start by [forking the repository](https://github.com/appwrite/website/fork), which makes a copy of the repo on your GitHub profile. This allows you to make code changes when you don't have permissions in the main Appwrite website repo.

Then, [clone the respository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository#cloning-a-repository).
Then, [clone the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository#cloning-a-repository).

Alternatively, you can develop the website repo in your browser using [Code Spaces](https://github.com/features/codespaces) or [GitPod](https://www.gitpod.io/#https://github.com/appwrite/website).

Expand All @@ -40,7 +40,7 @@ Then, run the following command to start a development server.
pnpm run dev
```

Before commiting your code changes, make sure the website repo builds by running:
Before committing your code changes, make sure the website repo builds by running:

```sh
pnpm run build
Expand Down

0 comments on commit 0ecf57c

Please sign in to comment.