From f7e6b43422aeab9ee0698a64c6265773dc6b9a31 Mon Sep 17 00:00:00 2001 From: Raibima Putra Date: Fri, 21 Dec 2018 08:46:31 +0700 Subject: [PATCH] Fix docs typo Close #1209 --- docs/guides/multi-platform-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/multi-platform-apps.md b/docs/guides/multi-platform-apps.md index 8052baea..7bb472b2 100644 --- a/docs/guides/multi-platform-apps.md +++ b/docs/guides/multi-platform-apps.md @@ -36,7 +36,7 @@ target platform. What follows is merely an _example_ of one basic way to package a web app using [Webpack](https://webpack.js.org) and [Babel](https://babeljs.io/). (You can -also the React Native bundler, [Metro](https://github.com/facebook/metro), to +also use the React Native bundler, [Metro](https://github.com/facebook/metro), to build web apps.) Packaging web apps is subtly different to packaging React Native apps and is