From db1bbdcc75936b71b57960de76c0c33e68de733e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20P=C3=A9rez?= Date: Mon, 4 Feb 2019 18:14:08 +0100 Subject: [PATCH] docs(rtl): Fix small typo in item docs (#17365) --- core/src/components/item/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/item/readme.md b/core/src/components/item/readme.md index cac5560f80..ef8982ab97 100644 --- a/core/src/components/item/readme.md +++ b/core/src/components/item/readme.md @@ -31,7 +31,7 @@ The below chart details the item slots and where it will place the element insid | Slot | Description | |---------|-----------------------------------------------------------------------------| | `start` | Placed to the left of all other content in LTR, and to the `right` in RTL. | -| `end` | Placed to the right of all other content in LTR, and to the `right` in RTL. | +| `end` | Placed to the right of all other content in LTR, and to the `left` in RTL. | | none | Placed inside of the input wrapper. |