diff --git a/index.js b/index.js index ebb939b..d99256a 100755 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ var deepcopy = require('deepcopy/build/deepcopy.min'); * @param {boolean} [options.autoHandleEvents=true] - If false, Clay will not * automatically handle the 'showConfiguration' and 'webviewclosed' events * @param {*} [options.userData={}] - Arbitrary data to pass to the config page. Will - * be available os `clayConfig.meta.userData` + * be available as `clayConfig.meta.userData` * @constructor */ function Clay(config, customFn, options) { diff --git a/test/fixture.js b/test/fixture.js index 088a73c..20c9e99 100644 --- a/test/fixture.js +++ b/test/fixture.js @@ -115,7 +115,7 @@ module.exports.clayConfig = function(types, build, autoRegister, settings) { * @param {boolean} [options.autoHandleEvents] - If false, Clay will not * automatically handle the 'showConfiguration' and 'webviewclosed' events * @param {*} [options.userData={}] - Arbitrary data to pass to the config page. Will - * be available os `clayConfig.meta.userData` + * be available as `clayConfig.meta.userData` * @param {boolean} [destroyLocalStorage=true] * @return {Clay} */