docs: fix typos in documentation (#1411)

Co-authored-by: Dan Tedesco <dted@google.com>
This commit is contained in:
Daniel Tedesco
2025-06-25 03:53:03 +00:00
committed by GitHub
parent b6ccf12551
commit 268d29f05c
9 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ The integration tests can also be run using the following shortcut:
npm run test:e2e
```
## Running a specfic set of tests
## Running a specific set of tests
To run a subset of test files, you can use `npm run <integration test command> <file_name1> ....` where <integration test command> is either `test:e2e` or `test:integration*` and `<file_name>` is any of the `.test.js` files in the `integration-tests/` directory. For example, the following command runs `list_directory.test.js` and `write_file.test.js`: