Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroadley committed Dec 15, 2017
1 parent 811c026 commit 07b7ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Minimum required xml markup for the `browserconfig.xml` file is as follows:
<div id="id-used-by-cms" class="js-slider my-slider">
```

* [ ] **embedded or inline CSS:** ![High][high_img] Avoid at all cost embeding CSS in `<style>` tags or using inline CSS: only use for valid reasons (e.g. background-image for slider, critical CSS).
* [ ] **embedded or inline CSS:** ![High][high_img] Avoid at all cost embedding CSS in `<style>` tags or using inline CSS: only use for valid reasons (e.g. background-image for slider, critical CSS).
* [ ] **Vendor prefixes:** ![High][high_img] CSS vendor prefixes are used and are generated accordingly with your browser support compatibility.

> * 🛠 [Autoprefixer CSS online](https://autoprefixer.github.io/)
Expand Down Expand Up @@ -447,7 +447,7 @@ Minimum required xml markup for the `browserconfig.xml` file is as follows:

> * 📖 [Remove Render-Blocking JavaScript](https://developers.google.com/speed/docs/insights/BlockingJS)
* [ ] **Optimized and updated JS librairies:** ![Medium][medium_img] All JavaScript librairies used in your project are necessary (prefer Vanilla Javascript for simple functionalities), updated to their lastest version and don't overwhelm your JavaScript with unnecessary methods.
* [ ] **Optimized and updated JS libraries:** ![Medium][medium_img] All JavaScript libraries used in your project are necessary (prefer Vanilla Javascript for simple functionalities), updated to their latest version and don't overwhelm your JavaScript with unnecessary methods.

> * 📖 [You may not need jQuery](http://youmightnotneedjquery.com/)
> * 📖 [Vanilla JavaScript for building powerful web applications](https://plainjs.com/)
Expand Down
2 changes: 1 addition & 1 deletion README_APP.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To install and run, open a terminal and use the following commands:

To add a new translation for the Front-End Checklist, you just need to translate the original JSON files in English to your own language.

- [ ] Dupplicate `data/en` folder and change the name of the folder to:
- [ ] Duplicate `data/en` folder and change the name of the folder to:
* jp for Japanese
* es for Spanish
* cn for Chinese
Expand Down

0 comments on commit 07b7ba6

Please sign in to comment.