From 41a098998639740f52949da272e749a227f3cd9d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 5 Jul 2018 18:31:45 -0400 Subject: [PATCH] docs(reorder): update reoreder readmes --- core/src/components/reorder-group/readme.md | 2 +- core/src/components/reorder/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/reorder-group/readme.md b/core/src/components/reorder-group/readme.md index 7e71c598e2..50212c8a9c 100644 --- a/core/src/components/reorder-group/readme.md +++ b/core/src/components/reorder-group/readme.md @@ -1,6 +1,6 @@ # ion-reorder-group -ReorderGroup is a wrapper component for items with the Reorder element. For more information, see the [Reorder docs](../reorder/) +The reorder group is a wrapper component for items with the `ion-reorder` component. For more information, see the [Reorder documentation](../reorder/). diff --git a/core/src/components/reorder/readme.md b/core/src/components/reorder/readme.md index 7cdb5100c2..99ed7b8863 100644 --- a/core/src/components/reorder/readme.md +++ b/core/src/components/reorder/readme.md @@ -1,6 +1,6 @@ # ion-reorder -Reorder is a component that allows an item to be dragged to change it's order. It can be used within an ion-reorder-group to provide a visual drag and drop interface. +Reorder is a component that allows an item to be dragged to change its order. It can be used within an `ion-reorder-group` to provide a visual drag and drop interface.