Skip to content

Commit

Permalink
[docs] Grammar in Modal documentation (#495)
Browse files Browse the repository at this point in the history
Fixed an inconsistency. The word "data" was used in both singular and
plural forms. Left the singular form.

Signed-off-by: faisne <96305700+faisne@users.noreply.github.com>

<!--- Provide a general summary of your changes in the Title above -->

## Description

<!--- Describe your changes in detail -->

## Motivation and Context

<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## How has this been tested?

<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, tests ran to see how
-->
<!--- your change affects other areas of the code, etc. -->

## Screenshots (if appropriate):

## Types of changes

<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)

## Checklist:

<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.

# If appropriate sections above are not fulfilled properly do not even
review my pull request and never approve it! Only after fulfilling
sections above I will also remove this note.

Signed-off-by: faisne <96305700+faisne@users.noreply.github.com>
  • Loading branch information
faisne authored Jan 4, 2023
1 parent 9757c33 commit 8fc85f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/components/modal/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tabName: Design
### Use the modal window

- To demonstrate secondary data that is not always required (especially if there are a lot of them). Their absence simplifies the interface. Moreover, they don't apply to other pages/reports. _For example, settings, small forms to fill out, step-by-step actions, detailed information about any data._
- To demonstrate secondary data that is not always required (especially if there is a lot of it). Its absence simplifies the interface. Moreover, it doesn't apply to other pages/reports. _For example, settings, small forms to fill out, step-by-step actions, detailed information about any data._
- To draw attention to a specific task. _For example, confirming an operation, adding data._
- To focus on critical information that requires the user's attention. _For example, local news, limiting, deleting an element, or losing information._
- To view enlarged images or videos.
Expand Down

0 comments on commit 8fc85f1

Please sign in to comment.