Skip to content

Commit

Permalink
Merge pull request atom#407 from JosephTLyons/master
Browse files Browse the repository at this point in the history
Whenever "open source" is used as an adjective before a noun, it shou…
  • Loading branch information
lee-dohm authored Dec 1, 2017
2 parents 0b84b59 + 77e8f60 commit 65d0205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ These use the same format as [Admonition blocks](#admonition-blocks), but apply
* **DO NOT** use Latin contractions such as "i.e.", "e.g.", "c.f.", among others
* **DO** use the English equivalent: "i.e." → "in other words", "e.g." → "for example", "c.f." → hyperlink to the thing you're referring to
* **DO** use [title-case](http://titlecase.com) for *all* headings
* **DO** hyphenate the words "open" and "source" when they act as an adjective before the noun they describe

### Images

Expand Down
2 changes: 1 addition & 1 deletion assets/vendor/lunr.js/example/example_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,7 @@
"score": 0,
"community_owned": false,
"title": "Facebook style autocomplete using dojo needed.",
"body": "<p>I found facebook style autocomplete using jQuery. But im using dojo framework for my web app. Can you suggest how to implement or any open source code available for autocomplete using dojo framework. ?</p>\n\n<p>Using jquery :</p>\n\n<p><a href=\"http://devthought.com/wp-content/articles/autocompletelist/test.html\" rel=\"nofollow\">http://devthought.com/wp-content/articles/autocompletelist/test.html</a></p>\n"
"body": "<p>I found facebook style autocomplete using jQuery. But im using dojo framework for my web app. Can you suggest how to implement or any open-source code available for autocomplete using dojo framework. ?</p>\n\n<p>Using jquery :</p>\n\n<p><a href=\"http://devthought.com/wp-content/articles/autocompletelist/test.html\" rel=\"nofollow\">http://devthought.com/wp-content/articles/autocompletelist/test.html</a></p>\n"
},
{
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/sections/why-atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For example, the layout of our workspace and panes is based on flexbox. It's an

With the entire industry pushing web technology forward, we're confident that we're building Atom on fertile ground. Native UI technologies come and go, but the web is a standard that becomes more capable and ubiquitous with every passing year. We're excited to dig deeper into its toolbox.

#### An Open Source Text Editor
#### An Open-Source Text Editor

We see Atom as a perfect complement to GitHub's primary mission of building better software by working together. Atom is a long-term investment, and GitHub will continue to support its development with a dedicated team going forward. But we also know that we can't achieve our vision for Atom alone. As Emacs and Vim have demonstrated over the past three decades, if you want to build a thriving, long-lasting community around a text editor, it has to be open source.

Expand Down

0 comments on commit 65d0205

Please sign in to comment.