Skip to content

Commit 89f405a

Browse files
committed
Merge pull request #187 from alexmojaki/patch-4
USAGE.md: Do NOT use vars for state
2 parents fbaebaa + 0b7df45 commit 89f405a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ React.render(component(), dom.document.body)
448448

449449
From this point on, the usage is the same as with normal scalajs-react components.
450450

451-
**NOTE**: When creating a JS component's state facade, do use `var`s, or at least do not modify them directly if you do.
451+
**NOTE**: When creating a JS component's state facade, do not use `var`s, or at least do not modify them directly if you do.
452452

453453
For example, don't do this:
454454
```scala

0 commit comments

Comments
 (0)