From 4040295750340e618bdefe3869331c8a73d2c49a Mon Sep 17 00:00:00 2001 From: John Wu Date: Tue, 31 Mar 2015 23:20:26 +0800 Subject: [PATCH] typo fixed --- docs/{EmbededApp.md => EmbeddedApp.md} | 2 +- docs/Testing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{EmbededApp.md => EmbeddedApp.md} (99%) diff --git a/docs/EmbededApp.md b/docs/EmbeddedApp.md similarity index 99% rename from docs/EmbededApp.md rename to docs/EmbeddedApp.md index 4cc57786af5..31abb75a4ce 100644 --- a/docs/EmbededApp.md +++ b/docs/EmbeddedApp.md @@ -1,5 +1,5 @@ --- -id: embeded-app +id: embedded-app title: Use React Native in Existing iOS App layout: docs category: Guides diff --git a/docs/Testing.md b/docs/Testing.md index fc6a4955ad8..93fb71904cd 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -4,7 +4,7 @@ title: Testing layout: docs category: Guides permalink: docs/testing.html -next: embeded-app +next: embedded-app --- ## Running Tests and Contributing