diff --git a/docs/v2/resources/what-is/index.md b/docs/v2/resources/what-is/index.md index 90a0345d413..753db7253e5 100644 --- a/docs/v2/resources/what-is/index.md +++ b/docs/v2/resources/what-is/index.md @@ -17,7 +17,7 @@ header_sub_title: Learn about the Ionic community's favorite tools

Android SDK

-

The Android SDK is a software development kit that for developers building for Google's Android Platform. It includes tools for building, testing, and debugging Android apps.

+

The Android SDK is a software development kit that for developers building for Google's Android Platform. It includes tools for building, testing, and debugging Android apps.

@@ -148,12 +148,12 @@ header_sub_title: Learn about the Ionic community's favorite tools

Webpack

- Webpack bundles together JavaScript modules and other assets. It can be used to create single or multiple "chunks" that are only loaded when needed. Basically you can use Webpack to take your many files and dependencies and bundle them into one file, or however you see fit.

+ Webpack bundles together JavaScript modules and other assets. It can be used to create single or multiple "chunks" that are only loaded when needed. Basically you can use Webpack to take your many files and dependencies and bundle them into one file, or however you see fit.

XCode

- XCode is an IDE that allows you to develop iOS apps. XCode includes tools that help with building, testing, and debugging your app. Although many Ionic developers do not use it as their primary editor, it is often used to build and sign the production version of an app.

+ XCode is an IDE that allows you to develop iOS apps. XCode includes tools that help with building, testing, and debugging your app. Although many Ionic developers do not use it as their primary editor, it is often used to build and sign the production version of an app.