fix: typo

This commit is contained in:
Kyle Fang
2019-06-26 09:29:17 +08:00
parent 0cf7968e7b
commit 697a8b112a
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ const benefits: Benefit[] = [
animation: require("../../../assets/animations/benefits/02.json"),
title: "The Power of Native Web",
subtitle:
"Develop and deploy your ioS and Android apps\n" +
"Develop and deploy your iOS and Android apps\n" +
"using React Native. You can even preview your app\n" +
"in your web browser without having to install the\n" +
"app. It feels like magic."

View File

@@ -41,7 +41,7 @@ const features: Feature[] = [
image2x: require("../../../assets/features/settings@2x.png")
},
{
title: "Image Upload/ Download",
title: "Image Upload/Download",
subtitle:
"Highly optimized and fast image upload and\ndownload functionalities with automatic\nthumbnail generation.",
image: require("../../../assets/features/image.png"),