Skip to content

Commit 25c2ee5

Browse files
authored
chore: several typos from bots (#7228)
2 parents 6039f58 + 1fae968 commit 25c2ee5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ This command starts a local development server and opens up a browser window. Mo
2222
$ yarn build
2323
```
2424

25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
25+
This command generates static content into the `build` directory and can be served using any static content hosting service.

types/vitest/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface CustomMatchers<R = unknown> {
44
toBeValidEpochCommittee(opts: {committeeCount: number; validatorsPerCommittee: number; slotsPerEpoch: number}): R;
55
/**
66
* @deprecated
7-
* We highly recommend to not use this matcher instead use detail test case
7+
* We highly recommend to not use this matcher instead use detailed test case
88
* where you don't need message to explain assertion
99
*
1010
* @example
@@ -27,7 +27,7 @@ interface CustomMatchers<R = unknown> {
2727
toBeWithMessage(expected: unknown, message: string): R;
2828
/**
2929
* @deprecated
30-
* We highly recommend to not use this matcher instead use detail test case with .toEqual
30+
* We highly recommend to not use this matcher instead use detailed test case with .toEqual
3131
* where you don't need message to explain assertion
3232
* */
3333
toEqualWithMessage(expected: unknown, message: string): R;

0 commit comments

Comments
 (0)