From f76e1f6a25463d31dba8b611e907d8f08b830de6 Mon Sep 17 00:00:00 2001 From: exige81 Date: Sun, 28 Jan 2018 15:20:25 -0800 Subject: [PATCH] Fix typo in approach.md (#25492) --- docs/4.0/extend/approach.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/extend/approach.md b/docs/4.0/extend/approach.md index 3d4451071f..df62c149a4 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]().