File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ This command starts a local development server and opens up a browser window. Mo
22
22
$ yarn build
23
23
```
24
24
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.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ interface CustomMatchers<R = unknown> {
4
4
toBeValidEpochCommittee ( opts : { committeeCount : number ; validatorsPerCommittee : number ; slotsPerEpoch : number } ) : R ;
5
5
/**
6
6
* @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
8
8
* where you don't need message to explain assertion
9
9
*
10
10
* @example
@@ -27,7 +27,7 @@ interface CustomMatchers<R = unknown> {
27
27
toBeWithMessage ( expected : unknown , message : string ) : R ;
28
28
/**
29
29
* @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
31
31
* where you don't need message to explain assertion
32
32
* */
33
33
toEqualWithMessage ( expected : unknown , message : string ) : R ;
You can’t perform that action at this time.
0 commit comments