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