Skip to content

Commit

Permalink
few more
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Apr 28, 2023
1 parent c0c4bd4 commit 82065cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/data/material/guides/right-to-left/right-to-left.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Right-to-left

<p class="description">Right-to-left languages such as Arabic, Persian, or Hebrew are supported. To change the direction of MUI components you must follow the following steps.</p>
<p class="description">Right-to-left languages such as Arabic, Persian, or Hebrew are supported. To change the direction of Material UI components you must follow the following steps.</p>

## Steps

Expand Down Expand Up @@ -59,7 +59,7 @@ In case you are using `jss` (up to v4) or with the legacy `@mui/styles` package,
npm install jss-rtl
```

Having installed the plugin in your project, MUI components still require it to be loaded by the style engine instance that you use. Find bellow guides on how you can load it.
Having installed the plugin in your project, Material UI components still require it to be loaded by the style engine instance that you use. Find bellow guides on how you can load it.

### 4. Load the rtl plugin

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Understanding MUI packages

<p class="description">An overview of the MUI packages and the relationships between them.</p>
<p class="description">An overview of MUI's packages and the relationships between them.</p>

## Overview

Expand Down

0 comments on commit 82065cb

Please sign in to comment.