From 7c1a95d7a90a5fa5a9fbaf8d72c66374a54df06a Mon Sep 17 00:00:00 2001 From: Antoine Lucas Date: Fri, 27 Jan 2017 16:56:19 +0100 Subject: [PATCH] Fix code's string to be coherent with screenshot (#22) --- docs/guides/Guide-Intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/Guide-Intro.md b/docs/guides/Guide-Intro.md index a2b6002..103cff9 100644 --- a/docs/guides/Guide-Intro.md +++ b/docs/guides/Guide-Intro.md @@ -47,7 +47,7 @@ class HomeScreen extends React.Component { title: 'Welcome', }; render() { - return Hello, World!; + return Hello, Navigation!; } }