Skip to content

Commit

Permalink
docs: Fix grammar and typos in Checks readme (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Jul 18, 2023
1 parent a92b5bb commit 8bc188f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/checks/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![pub package](https://img.shields.io/pub/v/checks.svg)](https://pub.dev/packages/checks)
[![package publisher](https://img.shields.io/pub/publisher/checks.svg)](https://pub.dev/packages/checks/publisher)

`package:checks` ia a library for expressing test expectations and features a
literate API.
`package:checks` is a library for expressing test expectations and it features
a literate API.

## package:checks preview

Expand Down Expand Up @@ -172,7 +172,7 @@ library `package:checks/context.dart` gives access to a `context` getter on
`Subject` which offers capabilities for defining expectations on the subject's
value.

The `Context` allows checking a expectation with `expect`, `expectAsync` and
The `Context` allows checking an expectation with `expect`, `expectAsync` and
`expectUnawaited`, or extracting a derived value for performing other checks
with `nest` and `nestAsync`. Failures are reported by returning a `Rejection`,
or an `Extracted.rejection`, extensions should avoid throwing exceptions.
Expand Down

0 comments on commit 8bc188f

Please sign in to comment.