diff --git a/package/README.md b/package/README.md index f74cfbd..d839ab3 100644 --- a/package/README.md +++ b/package/README.md @@ -8,8 +8,8 @@ Its main use case are components/elements that need to be positioned absolutely relative to the document/viewport, or fixed in some way or another, like: -* modals -* drodowns +* Modals +* Dropdowns * Alerts/notifications * Toasts diff --git a/package/src/index.js b/package/src/index.js index a3504c4..44d4423 100644 --- a/package/src/index.js +++ b/package/src/index.js @@ -13,7 +13,7 @@ function install(_Vue) { } if (typeof window !== 'undefined' && window.Vue && window.Vue === Vue) { - // plugin was inlcuded directly in a browser + // plugin was included directly in a browser Vue.use(install); } diff --git a/src/index.stories.js b/src/index.stories.js index bcced94..f39a71a 100644 --- a/src/index.stories.js +++ b/src/index.stories.js @@ -25,7 +25,7 @@ stories template: ` -

This content was magically moved to the end of the <body>

+

This content was magically moved to #target

`, methods: { action: action('clicked') },