diff --git a/plugins/meteor/_meteor b/plugins/meteor/_meteor index 3874b4b1..0756f79a 100644 --- a/plugins/meteor/_meteor +++ b/plugins/meteor/_meteor @@ -14,7 +14,7 @@ _1st_arguments=( 'run:[default] Run this project in local development mode.' 'debug:Run the project, but suspend the server process for debugging.' 'create:Create a new project.' - 'update:Upgrade this project's dependencies to their latest versions.' + 'update:Upgrade this project\'s dependencies to their latest versions.' 'add:Add a package to this project.' 'remove:Remove a package from this project.' 'list:List the packages explicitly used by your project.' @@ -22,7 +22,7 @@ _1st_arguments=( 'install-sdk:Installs SDKs for a platform.' 'remove-platform:Remove a platform from this project.' 'list-platforms:List the platforms added to your project.' - 'configure-android:Run the Android configuration tool from Meteor's ADK environment.' + 'configure-android:Run the Android configuration tool from Meteor\'s ADK environment.' 'build:Build this project for all platforms.' 'shell:Launch a Node REPL for interactively evaluating server-side code.' 'mongo:Connect to the Mongo database for the specified site.'