diff --git a/docs/10.2-form-input-binding-sugar.md b/docs/10.2-form-input-binding-sugar.md index 4c5432ac..1ff4995a 100644 --- a/docs/10.2-form-input-binding-sugar.md +++ b/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