Skip to content

Commit

Permalink
fixup! Style(web): Fix documentation content according to the textlin…
Browse files Browse the repository at this point in the history
…t rules
  • Loading branch information
literat committed Aug 22, 2024
1 parent 6b24c8a commit e3ce182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web/src/scss/components/FileUploader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For full functionality, you need to provide Spirit JavaScript, which will handle

You will find the [full documentation](#javascript-plugin-api) of the plugin below on this page.

Please consult the [main README][web-readme] for how to include JavaScript plugins.
Please see the [main README][web-readme] for how to include JavaScript plugins.

Or, feel free to write the controlling script yourself.

Expand Down Expand Up @@ -166,7 +166,7 @@ Microsoft Word documents:

### Required Input

To mark the input as required, simply add the `FileUploaderInput__label--required` to the label:
To mark the input as required, add the `FileUploaderInput__label--required` to the label:

```html
<div class="FileUploaderInput" data-spirit-element="wrapper">
Expand Down Expand Up @@ -251,7 +251,7 @@ own way.**

##### Localization

There are four types of validation errors that have their default validation text.
Four types of validation errors have their default validation text.
You can customize those validation texts using `data-spirit-message-*` that is passed to the components’ root element.

```html
Expand Down

0 comments on commit e3ce182

Please sign in to comment.