From 941beb048a726e14b5c20fbccca4dd556947dbda Mon Sep 17 00:00:00 2001 From: Cashew Date: Fri, 28 Jun 2024 15:32:12 +0700 Subject: [PATCH] add may --- docs/development/language-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/language-features.md b/docs/development/language-features.md index c90ca2d48c..3c0e469aee 100644 --- a/docs/development/language-features.md +++ b/docs/development/language-features.md @@ -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 `. -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 {