Fix typo in approach.md (#25492)

This commit is contained in:
exige81 2018-01-28 15:20:25 -08:00 committed by Mark Otto
parent 5068b437a4
commit f76e1f6a25
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Learn more about this in our [`z-index` layout page](/docs/4.0/layout/overview/#
## HTML and CSS over JS
Whenever possible, we prefer to write HTML and CSS over JavaScript. In general, HTML and CSS are more prolific and accessible to more people of all different experience levels. HTML and CSS are also faster in your browser than JavaScript, and your browser general provides a great deal of functionality for you.
Whenever possible, we prefer to write HTML and CSS over JavaScript. In general, HTML and CSS are more prolific and accessible to more people of all different experience levels. HTML and CSS are also faster in your browser than JavaScript, and your browser generally provides a great deal of functionality for you.
This principle is our first-class JavaScript API is `data` attributes. You dont need to write nearly any JavaScript to use our JavaScript plugins; instead, write HTML. Read more about this in [our JavaScript overview page]().