diff --git a/docs/components/pagination.md b/docs/components/pagination.md index c16f97cb6c..dacc653f7a 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -63,7 +63,7 @@ Links are customizable for different circumstances. Use `.disabled` for unclicka {% endexample %} -You can optionally swap out active or disabled anchors for ``, or omit the anchor in the case of the previous/next arrows, to remove click functionality while retaining intended styles. +You can optionally swap out active or disabled anchors for ``, or omit the anchor in the case of the prev/next arrows, to remove click functionality while retaining intended styles. {% highlight html %}