diff --git a/docs/next/intro-react.html b/docs/next/intro-react.html index 026ffed1b56..bef5fca5983 100644 --- a/docs/next/intro-react.html +++ b/docs/next/intro-react.html @@ -302,7 +302,7 @@ function Cat() { return ( <View> - <Text>I am a also cat!</Text> + <Text>I am also a cat!</Text> </View> ); } @@ -320,7 +320,7 @@