Skip to content

Commit 290868d

Browse files
committed
Fix typos in the README
1 parent e060e71 commit 290868d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class MyWidget extends MyOtherWidget with ComputedFlutterMixin {
7474

7575
### <a name='UsingComputedBuilder'></a>Using `ComputedBuilder`
7676

77-
If you are using a widget whose definition you cannot modify, or wish to limit the scope or reactive widget rebuilds, use `ComputedBuilder`:
77+
If you are using a widget whose definition you cannot modify, or wish to limit the scope of reactive widget rebuilds, use `ComputedBuilder`:
7878

7979
```
8080
ComputedBuilder(builder: (ctx) =>
@@ -120,4 +120,4 @@ c.asListenable; // Returns a [ComputedListenable]
120120
c.asValueListenable; // Returns a [ValueListenable]
121121
```
122122

123-
Of course, other ways of using computations as defined by the base Computed package are available. For easy reference, this includes `.use`, `.listen` and `asStream`.
123+
Of course, other ways of using computations as defined by the base Computed package are available. For easy reference, this includes `.use`, `.listen` and `.asStream`.

0 commit comments

Comments
 (0)