Skip to content

Commit d14a8bb

Browse files
leonsenftnatebosch
authored andcommitted
Fix typo (#2382)
1 parent 926ac3b commit d14a8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hot_module_reloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Lets assume you have a builder that transforms your css files into dart code exp
107107
As this string doesn't have any impact on your logic, you want to handle reloading of these modules,
108108
to prevent parent from reloading
109109

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

113113
```dart
@@ -200,4 +200,4 @@ bool hot$onChildUpdate(String id, Object child) {
200200
build_modules|modules:
201201
options:
202202
strategy: fine
203-
```
203+
```

0 commit comments

Comments
 (0)