Skip to content

Commit

Permalink
Fix typo (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsenft authored and natebosch committed Jul 26, 2019
1 parent 926ac3b commit d14a8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hot_module_reloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Lets assume you have a builder that transforms your css files into dart code exp
As this string doesn't have any impact on your logic, you want to handle reloading of these modules,
to prevent parent from reloading

To simplify the example, lets assume we have `addCss` and `removeCss` methods thad do real DOM
To simplify the example, lets assume we have `addCss` and `removeCss` methods that do real DOM
modifications. In this example we will just add and remove the styles from a `Set`.

```dart
Expand Down Expand Up @@ -200,4 +200,4 @@ bool hot$onChildUpdate(String id, Object child) {
build_modules|modules:
options:
strategy: fine
```
```

0 comments on commit d14a8bb

Please sign in to comment.