Skip to content

Commit

Permalink
Docs: change "file uploader" to be sentence case (carbon-design-syste…
Browse files Browse the repository at this point in the history
  • Loading branch information
jillianhowarth authored Oct 8, 2019
1 parent da4c73c commit f46cda0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/components/file-uploader/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ tabs: ['Code', 'Usage', 'Style']

## General guidance

_File Uploader_ allows the user to transfer a file or submit content of their own.
_File uploader_ allows the user to transfer a file or submit content of their own.

- A File Uploader is commonly found in forms, but they can also live as stand alone elements.
- **Add files** is the default text that appears with the File Uploader.
- A File Uploader should always be accompanied by **Submit** or **Upload**, which is to be styled as a [Primary Button](/components/button/code).
- A file uploader is commonly found in forms, but they can also live as stand alone elements.
- **Add files** is the default text that appears with the file uploader.
- A file uploader should always be accompanied by **Submit** or **Upload**, which is to be styled as a [Primary Button](/components/button/code).
- Use an ellipsis (...) if the filename extends beyond the width of its parent element.

<Row>
Expand Down Expand Up @@ -49,7 +49,7 @@ _File Uploader_ allows the user to transfer a file or submit content of their ow

## Upload state

Developers using File Uploader will be able to use JavaScript to inject a Loading component when selected files are actually being uploaded.
Developers using file uploader will be able to use JavaScript to inject a Loading component when selected files are actually being uploaded.

<Row>
<Column colLg={8}>
Expand Down

0 comments on commit f46cda0

Please sign in to comment.