UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Correct Spelling * @section Content Types > Text > Text Editing * @icon Text * * Autocorrects the spelling of text passed into the action. * * ```js * correctSpelling(); * ``` */ const correctSpelling = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.correctspelling', WFWorkflowActionParameters: {}, }); exports.default = correctSpelling; //# sourceMappingURL=correctSpelling.js.map