Skip to content

Commit

Permalink
Typos and small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
davewhitley authored Dec 14, 2018
1 parent c2e87d2 commit 7b4f163
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/components/src/range-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ A RangeControl for volume

## Table of contents

1. [Design guidelines](http://#design-guidelines)
2. [Development guidelines](http://#development-guidelines)
3. [Related components](http://#related-components)
1. [Design guidelines](#design-guidelines)
2. [Development guidelines](#development-guidelines)
3. [Related components](#related-components)

## Design guidelines

### Anatomy

![](https://make.wordpress.org/design/files/2018/12/rangecontrol-anatomy.png)

A RangeControls can contain the following elements:
A RangeControl can contain the following elements:

1. **Track**: The track shows the range available for user selection. For left-to-right (LTR) languages, the smallest value appears on the far left, and the largest value on the far right. For right-to-left (RTL) languages this orientation is reversed, with the smallest value on the far right and the largest value on the far left.
2. **Thumb**: The thumb slides along the track, displaying the selected value through its position.
Expand Down

0 comments on commit 7b4f163

Please sign in to comment.