diff --git a/src/plugins/actionsheet.ts b/src/plugins/actionsheet.ts index aaff5808a..3d31884be 100644 --- a/src/plugins/actionsheet.ts +++ b/src/plugins/actionsheet.ts @@ -47,7 +47,7 @@ export interface ActionSheetOptions { /** * @name Action Sheet * @description - * The ActionSheet plugin shows a native list of options the user can choose from. + * The ActionSheet plugin shows a native list of options the user can pick. * * Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet). *