We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e0aa2 commit 63effc9Copy full SHA for 63effc9
README.md
@@ -271,7 +271,7 @@ t.describe(`Describe`, () => {
271
272
### `TestingActual`
273
274
-Class to set `actual` value and use multiple testing `it` methods. It can be used through the `actual()` or `spy()` method of `Testing`.
+Class to set `actual` value and use multiple testing `it` methods. It can be used through the `actual()` or `spy()` methods of `Testing`.
275
276
Example
277
@@ -318,7 +318,7 @@ t.describe('TestingActual', () => {
318
319
### `TestingCustom`
320
321
-Use `TestingCustom` class for custom testing. Access to the included tests are through the `testing` getter.
+Use `TestingCustom` class for custom testing. Access to the included tests is through the `testing` getter.
322
323
```typescript
324
import {
0 commit comments