From c07c8be5064265713f782e46e343cc173b74372e Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 9 Jan 2018 11:29:48 -0800 Subject: [PATCH] Formatting nit --- content/docs/add-react-to-an-existing-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/add-react-to-an-existing-app.md b/content/docs/add-react-to-an-existing-app.md index 0331d58da..9c584d2b4 100644 --- a/content/docs/add-react-to-an-existing-app.md +++ b/content/docs/add-react-to-an-existing-app.md @@ -42,7 +42,7 @@ Both Yarn and npm download packages from the [npm registry](http://npmjs.com/). > Note: > -> To prevent potential incompatibilities, all react packages should use the same version. (This includes react, react-dom, react-test-renderer, etc.) +> To prevent potential incompatibilities, all react packages should use the same version. (This includes `react`, `react-dom`, `react-test-renderer`, etc.) ### Enabling ES6 and JSX