Fixed typo

pull/1340/head^2
Cagatay Civici 2021-06-11 15:14:57 +03:00
parent a478ace3fb
commit 38e18b426a
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -142,7 +142,7 @@ export default defineComponent({
<h5>Position</h5>
<p>There are four positions available for the toast container defined by the <i>position</i> 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".
</p>
<pre v-code><code>
&lt;Toast /&gt;