mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(item): fix typo (#8535)
Should be "display it naturally", not "display is naturally" ?
This commit is contained in:
committed by
Manu Mtz.-Almeida
parent
e1e6e4be1e
commit
28661f648e
@@ -69,7 +69,7 @@ import { Label } from '../label/label';
|
||||
* ## Detail Arrows
|
||||
* By default, `<button>` and `<a>` elements with the `ion-item` attribute will display a right arrow icon
|
||||
* on `ios` mode. To hide the right arrow icon on either of these elements, add the `detail-none` attribute
|
||||
* to the item. To show the right arrow icon on an element that doesn't display is naturally, add the
|
||||
* to the item. To show the right arrow icon on an element that doesn't display it naturally, add the
|
||||
* `detail-push` attribute to the item.
|
||||
*
|
||||
* ```html
|
||||
|
||||
Reference in New Issue
Block a user