From e1330f85ee24a53ccaa2e5e8e054c46749a593c5 Mon Sep 17 00:00:00 2001 From: Mick Dekkers Date: Thu, 6 Oct 2016 10:55:59 +0200 Subject: [PATCH] Fix typo on comparison page by -> of --- src/guide/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/comparison.md b/src/guide/comparison.md index cc3fd0f4e9..d97fa3df50 100644 --- a/src/guide/comparison.md +++ b/src/guide/comparison.md @@ -224,7 +224,7 @@ Since you don't need to know about JSX, ES2015, or build systems to get started ReactNative enables you to write native-rendered apps for iOS and Android using the same React component model. This is great in that as a developer, you can apply your knowledge of a framework across multiple platforms. On this front, Vue has an official collaboration with [Weex](https://alibaba.github.io/weex/), a cross-platform UI framework developed by Alibaba Group, which uses Vue as its JavaScript framework runtime. This means with Weex, you can use the same Vue component syntax to author components that can not only be rendered in the Browser, but also natively on iOS and Android! -At this moment, Weex is still in active development and is not as mature and battle-tested as ReactNative, but its development is driven by the production needs by the largest e-commmerce business in the world, and the Vue team will also actively collaborate with the Weex team to ensure a smooth experience for Vue developers. +At this moment, Weex is still in active development and is not as mature and battle-tested as ReactNative, but its development is driven by the production needs of the largest e-commmerce business in the world, and the Vue team will also actively collaborate with the Weex team to ensure a smooth experience for Vue developers. ### With MobX