docs(rtl): Fix small typo in item docs (#17365)

This commit is contained in:
Iván Pérez
2019-02-04 18:14:08 +01:00
committed by Adam Bradley
parent 39c9553a43
commit db1bbdcc75

View File

@ -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. |