mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
docs(rtl): Fix small typo in item docs (#17365)
This commit is contained in:
@ -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. |
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user