Browse Source

Enclose a name of library in back quote

main
Kohei TAKATA 10 years ago
parent
commit
667d677612
  1. 2
      docs/10.2-form-input-binding-sugar.md

2
docs/10.2-form-input-binding-sugar.md

@ -22,7 +22,7 @@ Two-way binding -- implicitly enforcing that some value in the DOM is always con
> Note:
>
> ReactLink is just a thin wrapper and convention around the `onChange`/`setState()` pattern. It doesn't fundamentally change how data flows in your React application.
> `ReactLink` is just a thin wrapper and convention around the `onChange`/`setState()` pattern. It doesn't fundamentally change how data flows in your React application.
## ReactLink: Before and After

Loading…
Cancel
Save