You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Oxford commas.
* Period after second bullet point sentence.
* Em dashes instead of double-hyphens.
* Fix typo: "who need the right away" -> "who need them right away".
Copy file name to clipboardExpand all lines: page/about.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: About This Site
3
-
customFields:
3
+
customFields:
4
4
-
5
5
key: "is_chapter"
6
6
value: 0
@@ -15,7 +15,7 @@ how to do exactly what they need to do.
15
15
16
16
However, API documentation alone cannot serve as a guide to solving problems
17
17
and fostering a true understanding of web development. Over the years, an
18
-
ecosystem of blog posts, books, support forums and channels has grown to help
18
+
ecosystem of blog posts, books, support forums, and channels has grown to help
19
19
cover the **hows** and **whys** of developing with jQuery, as well as explaining
20
20
best practices, techniques, and workarounds for common problems. This type of
21
21
documentation has been invaluable resource for millions of people, but the
@@ -29,8 +29,8 @@ curate this information in order to provide this crucial "narrative
29
29
documentation" to our community and serve the following goals:
30
30
31
31
1. Provide our **users** with a digestible reference on all aspects of using jQuery, from the basics of getting started and performing common tasks to more advanced topics like approaches to structuring code and where jQuery fits into modern web application development.
32
-
2. Provide our **contributors** a central, open place to collaborate and provide a dependable, highly sharable resource that will improve our users' support experiences
33
-
3. Foster an environment by which users are encouraged to become contributors and build the skills to help them work on jQuery -- or any other open source project!
32
+
2. Provide our **contributors** a central, open place to collaborate and provide a dependable, highly sharable resource that will improve our users' support experiences.
33
+
3. Foster an environment by which users are encouraged to become contributors and build the skills to help them work on jQuery — or any other open source project!
34
34
35
35
In order to achieve these goals, all of [this site's content is maintained
36
36
publicly on GitHub](http://github.com/jquery/learn.jquery.com) and is licensed
@@ -53,18 +53,18 @@ for some sort of "learning center."
53
53
The second is [docs.jquery.com](http://docs.jquery.com), that erstwhile
54
54
chestnut still living out its final days before it will be shut down in early
55
55
2013. Since we've moved the API documentation for jQuery Core off that domain,
56
-
we needed a place that could serve a similar need -- documentation (that anyone
57
-
can contribute to) that gets into the "how-to" and FAQs -- without clumsy
56
+
we needed a place that could serve a similar need — documentation (that anyone
57
+
can contribute to) that gets into the "how-to" and FAQs — without clumsy
58
58
barriers to entry like finding the right person to set you up with a special
59
59
wiki account and forcing all authoring into a `textarea`.
60
60
61
-
<h2><aname="beta">About the Beta</a></h2>
61
+
<h2><aname="beta">About the Beta</a></h2>
62
62
63
63
Though this resource will never truly be "done," the current version of this
64
64
site should still be considered something of a preview. We still have a number
65
65
of improvements we want to make to the content, user experience, and site build
66
66
before we're ready to call it a "final release." At the same time, however,
67
67
it's important for us to open the doors now so we can begin providing better
68
-
docs to people who need the right away and spread the word about this effort.
68
+
docs to people who need them right away and spread the word about this effort.
69
69
If you're interested in helping us reach the finish line, we invite you to
70
70
please read more about how [you can get involved with contributing](/contributing)!
0 commit comments