From 467f0e0d50c3c1905adf6bd88aadce928f4ff9e5 Mon Sep 17 00:00:00 2001 From: gitname Date: Wed, 17 May 2017 22:18:17 -0700 Subject: [PATCH] Fix typo Correct a misspelled word --- docs/app/Views/Introduction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/Views/Introduction.js b/docs/app/Views/Introduction.js index 0a7c8dde0b..44ff54eb96 100644 --- a/docs/app/Views/Introduction.js +++ b/docs/app/Views/Introduction.js @@ -206,7 +206,7 @@ const Introduction = () => (
Augmentation

Control the rendered HTML tag, or render one component as another component. - Extra props are passed to the component you are rending as. + Extra props are passed to the component you are rendering as.