@@ -475,7 +607,7 @@ The NameKit monorepo contains multiple packages and apps.
### Getting started
-Use `git` to clone this respository, and install the dependencies using `pnpm` to run NameKit locally:
+Use `git` to clone this repository, and install the dependencies using `pnpm` to run NameKit locally:
1. `git clone https://github.com/namehash/namekit.git`
2. `cd namekit`
@@ -486,7 +618,7 @@ It's recommended you run `pnpm dev` in the root of the repository to start all a
## Testing
-Tests are automatically ran when a new Pull Request is opened. You can run them locally using `pnpm test`.
+Tests are automatically run when a new Pull Request is opened. You can run them locally using `pnpm test`.
If you're developing locally, you can watch changes and run tests automatically using `pnpm test:watch`.