Fixed typo

This commit is contained in:
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",