Skip to content

Commit 63effc9

Browse files
docs(README.md): update.
1 parent 72e0aa2 commit 63effc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ t.describe(`Describe`, () => {
271271

272272
### `TestingActual`
273273

274-
Class to set `actual` value and use multiple testing `it` methods. It can be used through the `actual()` or `spy()` method of `Testing`.
274+
Class to set `actual` value and use multiple testing `it` methods. It can be used through the `actual()` or `spy()` methods of `Testing`.
275275

276276
Example
277277

@@ -318,7 +318,7 @@ t.describe('TestingActual', () => {
318318

319319
### `TestingCustom`
320320

321-
Use `TestingCustom` class for custom testing. Access to the included tests are through the `testing` getter.
321+
Use `TestingCustom` class for custom testing. Access to the included tests is through the `testing` getter.
322322

323323
```typescript
324324
import {

0 commit comments

Comments
 (0)