aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorexige81 <[email protected]>2018-01-28 15:20:25 -0800
committerMark Otto <[email protected]>2018-01-28 15:20:25 -0800
commitf76e1f6a25463d31dba8b611e907d8f08b830de6 (patch)
treeccf6c509f315ff4c527c9fb8cb0ac5162f924f06 /docs
parent5068b437a45ffb9ab7b74620d9edec600b1a28aa (diff)
downloadbootstrap-f76e1f6a25463d31dba8b611e907d8f08b830de6.tar.xz
bootstrap-f76e1f6a25463d31dba8b611e907d8f08b830de6.zip
Fix typo in approach.md (#25492)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/extend/approach.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/extend/approach.md b/docs/4.0/extend/approach.md
index 3d4451071..df62c149a 100644
--- a/docs/4.0/extend/approach.md
+++ b/docs/4.0/extend/approach.md
@@ -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 don’t need to write nearly any JavaScript to use our JavaScript plugins; instead, write HTML. Read more about this in [our JavaScript overview page]().