Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #1130

Merged
merged 1 commit into from
Feb 7, 2017
Merged

Fix typos #1130

merged 1 commit into from
Feb 7, 2017

Conversation

bf4
Copy link
Contributor

@bf4 bf4 commented Feb 6, 2017

Hope this is ok...

go get -u github.com/client9/misspell/cmd/misspell
misspell  -w -error -source=text .

@bf4
Copy link
Contributor Author

bf4 commented Feb 6, 2017

Related nodejs/node#11189

@@ -11,7 +11,7 @@ layout: blog-post.hbs

2011.10.21, Version 0.5.10 (unstable)
<ul><li>Remove cmake build system, support for Cygwin, legacy code base, process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle</li>
<li>Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko, koichik, Maciej Małecki, Guglielmo Ferri, isaacs)</li>
<li>Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko, koichik, Maciej Małecki, Guglielmo Ferri, isaacs)</li>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't spell check other locales

@sotayamashita
Copy link
Contributor

@bf4 Please write affected directories

Copy link
Contributor

@fhemberger fhemberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Maybe we should add this spell checker to our build process (checking in the binary only). /cc @nodejs/website

@@ -98,7 +98,7 @@ Semver Patch:
* [[`1e86d16812`](https://github.com/nodejs/node/commit/1e86d16812)] - **doc**: buffers are not sent over IPC with a socket (Tim Kuijsten) [#6951](https://github.com/nodejs/node/pull/6951)
* [[`5c1d8e1f0f`](https://github.com/nodejs/node/commit/5c1d8e1f0f)] - **doc**: add `added:` information for http (Anna Henningsen) [#7392](https://github.com/nodejs/node/pull/7392)
* [[`60c054bc11`](https://github.com/nodejs/node/commit/60c054bc11)] - **doc**: add information for IncomingMessage.destroy() (Rich Trott) [#7237](https://github.com/nodejs/node/pull/7237)
* [[`1a5c025f32`](https://github.com/nodejs/node/commit/1a5c025f32)] - **doc**: remove superfluos backticks in process.md (Anna Henningsen) [#7681](https://github.com/nodejs/node/pull/7681)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same concern from the other PR. Commit log should not change..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally, I have no problem with that as all relevant information stays intact.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thefourtheye I agree with @thefourtheye because If I change document under release/, there is a difference between commit message in history.

@bf4
Copy link
Contributor Author

bf4 commented Feb 6, 2017

@sotayamashita @fhemberger @thefourtheye should I wait for any more comments?

@sotayamashita github lazy hack: https://patch-diff.githubusercontent.com/raw/nodejs/nodejs.org/pull/1130.patch -->

 TRANSLATION.md                                     |  2 +-
 locale/en/about/trademark.md                       |  2 +-
 locale/en/blog/release/v0.5.10.md                  |  2 +-
 locale/en/blog/release/v0.5.5.md                   |  2 +-
 locale/en/blog/release/v4.5.0.md                   |  2 +-
 locale/en/blog/release/v5.10.1.md                  |  2 +-
 locale/en/blog/release/v6.3.1.md                   |  2 +-
 .../node-interactive-convince-boss.md              |  2 +-
 locale/en/blog/vulnerability/openssl-march-2016.md |  4 +-
 .../weekly-updates/weekly-update.2015-02-13.md     |  2 +-
 locale/en/foundation/case-studies.md               |  2 +-
 locale/en/foundation/outreachy.md                  |  2 +-
 locale/en/foundation/tsc/minutes/2014-12-10.md     |  2 +-
 locale/en/foundation/tsc/minutes/2015-01-22.md     |  2 +-
 locale/en/foundation/tsc/minutes/2015-02-09.md     |  4 +-
 locale/en/foundation/tsc/minutes/2015-03-19.md     |  2 +-
 locale/en/foundation/tsc/minutes/2015-04-24.md     |  2 +-
 locale/en/foundation/tsc/minutes/2015-04-30.md     |  4 +-
 locale/en/get-involved/events.md                   | 98 +++++++++++-----------
 .../HTTP/clients/how-to-create-a-HTTP-request.md   |  4 +-
 .../HTTP/servers/how-to-read-POST-data.md          |  4 +-
 .../file-system/how-to-use-the-path-module.md      |  2 +-
 .../control-flow/what-are-callbacks.md             |  4 +-
 .../control-flow/what-are-event-emitters.md        |  4 +-
 .../knowledge/getting-started/npm/what-is-npm.md   |  2 +-
 .../npm/what-is-the-file-package-json.md           |  2 +-
 ...w-to-create-default-parameters-for-functions.md |  2 +-
 .../what-are-the-built-in-timer-functions.md       |  6 +-
 .../javascript-conventions/what-is-json.md         |  4 +-
 scripts/release-post.js                            |  4 +-
 static/js/dnt_helper.js                            |  2 +-
 31 files changed, 90 insertions(+), 90 deletions(-)

@sotayamashita
Copy link
Contributor

@bf4 Thanks. I think you should wait until that @thefourtheye accept your PR.

@sotayamashita
Copy link
Contributor

@thefourtheye @fampinheiro Who has a permission to merge PR in node/node.js.org ?

@fhemberger
Copy link
Contributor

@sotayamashita I can do that, if everybody is fine with the PR in its current state.

@fhemberger
Copy link
Contributor

@bf4 Okay, to get this to land, please revert changes in the commit history list of

locale/en/blog/release/v4.5.0.md
locale/en/blog/release/v6.3.1.md

and we're good to go.

```
go get -u github.com/client9/misspell/cmd/misspell
misspell  -w -error -source=text .
```

	modified:   TRANSLATION.md
	modified:   locale/en/about/trademark.md
	modified:   locale/en/blog/uncategorized/node-interactive-convince-boss.md
	modified:   locale/en/blog/vulnerability/openssl-march-2016.md
	modified:   locale/en/blog/weekly-updates/weekly-update.2015-02-13.md
	modified:   locale/en/foundation/case-studies.md
	modified:   locale/en/foundation/outreachy.md
	modified:   locale/en/foundation/tsc/minutes/2014-12-10.md
	modified:   locale/en/foundation/tsc/minutes/2015-01-22.md
	modified:   locale/en/foundation/tsc/minutes/2015-02-09.md
	modified:   locale/en/foundation/tsc/minutes/2015-03-19.md
	modified:   locale/en/foundation/tsc/minutes/2015-04-24.md
	modified:   locale/en/foundation/tsc/minutes/2015-04-30.md
	modified:   locale/en/get-involved/events.md
	modified:   locale/en/knowledge/HTTP/clients/how-to-create-a-HTTP-request.md
	modified:   locale/en/knowledge/HTTP/servers/how-to-read-POST-data.md
	modified:   locale/en/knowledge/file-system/how-to-use-the-path-module.md
	modified:   locale/en/knowledge/getting-started/control-flow/what-are-callbacks.md
	modified:   locale/en/knowledge/getting-started/control-flow/what-are-event-emitters.md
	modified:   locale/en/knowledge/getting-started/npm/what-is-npm.md
	modified:   locale/en/knowledge/getting-started/npm/what-is-the-file-package-json.md
	modified:   locale/en/knowledge/javascript-conventions/how-to-create-default-parameters-for-functions.md
	modified:   locale/en/knowledge/javascript-conventions/what-are-the-built-in-timer-functions.md
	modified:   locale/en/knowledge/javascript-conventions/what-is-json.md
	modified:   scripts/release-post.js
	modified:   static/js/dnt_helper.js
@bf4
Copy link
Contributor Author

bf4 commented Feb 7, 2017

@fhemberger rebased and force pushed so that diff is now

 TRANSLATION.md                                                                               |  2 +-
 locale/en/about/trademark.md                                                                 |  2 +-
 locale/en/blog/uncategorized/node-interactive-convince-boss.md                               |  2 +-
 locale/en/blog/vulnerability/openssl-march-2016.md                                           |  4 ++--
 locale/en/blog/weekly-updates/weekly-update.2015-02-13.md                                    |  2 +-
 locale/en/foundation/case-studies.md                                                         |  2 +-
 locale/en/foundation/outreachy.md                                                            |  2 +-
 locale/en/foundation/tsc/minutes/2014-12-10.md                                               |  2 +-
 locale/en/foundation/tsc/minutes/2015-01-22.md                                               |  2 +-
 locale/en/foundation/tsc/minutes/2015-02-09.md                                               |  4 ++--
 locale/en/foundation/tsc/minutes/2015-03-19.md                                               |  2 +-
 locale/en/foundation/tsc/minutes/2015-04-24.md                                               |  2 +-
 locale/en/foundation/tsc/minutes/2015-04-30.md                                               |  4 ++--
 locale/en/get-involved/events.md                                                             | 98 +++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
 locale/en/knowledge/HTTP/clients/how-to-create-a-HTTP-request.md                             |  4 ++--
 locale/en/knowledge/HTTP/servers/how-to-read-POST-data.md                                    |  4 ++--
 locale/en/knowledge/file-system/how-to-use-the-path-module.md                                |  2 +-
 locale/en/knowledge/getting-started/control-flow/what-are-callbacks.md                       |  4 ++--
 locale/en/knowledge/getting-started/control-flow/what-are-event-emitters.md                  |  4 ++--
 locale/en/knowledge/getting-started/npm/what-is-npm.md                                       |  2 +-
 locale/en/knowledge/getting-started/npm/what-is-the-file-package-json.md                     |  2 +-
 locale/en/knowledge/javascript-conventions/how-to-create-default-parameters-for-functions.md |  2 +-
 locale/en/knowledge/javascript-conventions/what-are-the-built-in-timer-functions.md          |  6 +++---
 locale/en/knowledge/javascript-conventions/what-is-json.md                                   |  4 ++--
 scripts/release-post.js                                                                      |  4 ++--
 static/js/dnt_helper.js                                                                      |  2 +-

@fhemberger fhemberger merged commit 1f88188 into nodejs:master Feb 7, 2017
@fhemberger
Copy link
Contributor

Great, thank you!

@bf4 bf4 deleted the correct_spelling branch February 7, 2017 19:11
@thefourtheye
Copy link
Contributor

Cool.... 👍

@pin3da pin3da mentioned this pull request Feb 9, 2017
<p><span><b>=== PhoneGap ===&nbsp;</b></span></p>
<p><span>PhoneGap o mejor dicho Cordova nos permite empaquetar código Web en aplicaciones nativas para iOS, Android, WindowsPhone, FirefoxOS, etc. Discutiremos qué frameworks y cómo desarrollar aplicaciones móviles híbridas de aspecto y performance nativo.</span></p>
<p><span><b>=== En general ===&nbsp;</b></span></p>
<p><span>Las últimas tecnologías para el desarrollo Web y Móvil, siguiendo las filosofías Lean Startup, Mobile First, NoSQL, NoBackend, Agile Development, Gamification.</span></p>
<p><span>Si eres Entrepreneur / Emprendeodor, entonces necesitas conocer los mejores entornos de desarrollo, y estar al día. Aprende, Crece, Comparte</span></p>
<p><span>Si eres Entrepreneur / Emprendeodor, entonces necesitas conocer los mejores entornos de desarrollo, y estar al día. Aprende, Crece, Compare</span></p>
Copy link
Contributor Author

@bf4 bf4 Feb 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh shoot! there were not en-US languages in here! ref #1128

bf4 added a commit to bf4/nodejs.org that referenced this pull request Feb 9, 2017
As noted in nodejs#1128, there was non-English that was erroneously
modified in nodejs#1130
pin3da pushed a commit that referenced this pull request Feb 11, 2017
#1137)

As noted in #1128, there was non-English that was erroneously
modified in #1130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants