Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos fixed #18

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ initialize component:

### Full Documentation [here](https://ranbuch.github.io/accessibility/)

>We are proud to announce that [Joomla!](https://www.joomdev.com/blog/entry/enable-joomla-4-accessibility) are now using this repo as there built-in accessibility tool.
>We are proud to announce that [Joomla!](https://www.joomdev.com/blog/entry/enable-joomla-4-accessibility) is now using this repo as there built-in accessibility tool.

### DESCRIPTION:
**Features:**
Expand Down Expand Up @@ -84,7 +84,7 @@ Easy to use!
>When the default is **true**

### TEXT SIZE MANIPULATION APPROACHES:
If text increase / decrease isn't working for your size your probablly not using responsive font size units (sutch as em, rem etc.).
If text increase/decrease isn't working for your size you are probably not using responsive font size units (such as em, rem etc.).
In that case you can initialize the accessibility tool like this:
`new Accessibility({textPixelMode: true})`

Expand All @@ -93,7 +93,7 @@ Cancel all buttons animations:
`new Accessibility({animations: {buttons: false}})`

### POSITIONING:
You can position the accessibility icon in any place on the screen. The default position is bottom right:
You can position the accessibility icon anywhere on the screen. The default position is bottom right:
`var options = {`
    `icon: {`
        `position: {`
Expand Down