diff --git a/api-generator/components/toast.js b/api-generator/components/toast.js index bcbd00870..887bca8e9 100644 --- a/api-generator/components/toast.js +++ b/api-generator/components/toast.js @@ -9,7 +9,7 @@ const ToastProps = [ name: "position", type: "string", default: "top-right", - description: 'Position of the toast in viewport. Other valid values are "top-left", "top-center", "bottom-left", "botton-center", "bottom-right" and "center".' + description: 'Position of the toast in viewport. Other valid values are "top-left", "top-center", "bottom-left", "bottom-center", "bottom-right" and "center".' }, { name: "autoZIndex", diff --git a/src/views/toast/ToastDoc.vue b/src/views/toast/ToastDoc.vue index 3f735ba81..1235376ac 100755 --- a/src/views/toast/ToastDoc.vue +++ b/src/views/toast/ToastDoc.vue @@ -142,7 +142,7 @@ export default defineComponent({
There are four positions available for the toast container defined by the position property that defaults to "top-right". Other - valid values are "top-left", "top-center", "bottom-left", "botton-center", "bottom-right" and "center". + valid values are "top-left", "top-center", "bottom-left", "bottom-center", "bottom-right" and "center".
<Toast />