From 9a95ce83082f9fbc9d0acefefe2ed46795df0fed Mon Sep 17 00:00:00 2001 From: Kohei TAKATA Date: Wed, 15 Jul 2015 09:26:56 +0900 Subject: [PATCH] Enclose a name of library in back quote --- docs/docs/10.2-form-input-binding-sugar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/10.2-form-input-binding-sugar.md b/docs/docs/10.2-form-input-binding-sugar.md index 4c5432ac44..1ff4995a81 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