Skip to content

Commit

Permalink
add may
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Jun 28, 2024
1 parent 22f663d commit 941beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/language-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ You can check that all the tests pass by running `npm run test:unit`.

> This command runs all Yomitan unit test files. To only run a single test file, you can instead opt for `npx vitest <file-name>`.
Now, we want to verify that `boss` really does not deinflect to `bo`. You can add to the `tests` array:
Now, we may want to verify that `boss` really does not deinflect to `bo`. You can add to the `tests` array:

```js
{
Expand Down

0 comments on commit 941beb0

Please sign in to comment.