From e5c4434bec655328bbeeb8f53f5b96764697e8a2 Mon Sep 17 00:00:00 2001 From: Jason Yee <446031+jwsy@users.noreply.github.com> Date: Sat, 19 Oct 2019 17:46:45 -0400 Subject: [PATCH] Fix minor typo in index.md --- site/docs-md/ios/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs-md/ios/index.md b/site/docs-md/ios/index.md index 0874eb2c2..3c7fb3036 100644 --- a/site/docs-md/ios/index.md +++ b/site/docs-md/ios/index.md @@ -53,7 +53,7 @@ Once Xcode is open, just click the Play button to run your app on a Simulator or ## Next steps -If your app ran you are now ready to continue developing and building your app. Use the various APIs available, Capacitor or Cordova plugins, or custom native code to build our the rest of your app. +If your app ran you are now ready to continue developing and building your app. Use the various APIs available, Capacitor or Cordova plugins, or custom native code to build out the rest of your app. ## Further Reading