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

Spelling #1756

Merged
merged 1 commit into from
Mar 7, 2018
Merged

Spelling #1756

merged 1 commit into from
Mar 7, 2018

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Mar 6, 2018

Generated by https://github.com/jsoref/spelling f; to maintain your repo, please consider fchurn

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -13,7 +13,7 @@ die () { echo "$@" ; exit 1; }
nvm use --delete-prefix v0.2.3 || die "Failed to activate v0.2.3"
[ `expr "$PATH" : ".*v0.2.3/.*/bin.*"` != 0 ] || die "PATH not set up properly"
[ `expr "$NODE_PATH" : ".*v0.2.3/.*/lib/node_modules.*"` = 0 ] || die "NODE_PATH should not contain (npm root -g)"
# ^ note: NODE_PATH should not contain `npm root -g` since globals should not be requireable
Copy link
Member

Choose a reason for hiding this comment

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

This is correct as-is, since it’s dealing with the “require” function

@jsoref
Copy link
Contributor Author

jsoref commented Mar 6, 2018

@ljharb: dropped

@ljharb ljharb merged commit 2859a19 into nvm-sh:master Mar 7, 2018
@jsoref jsoref deleted the spelling branch March 7, 2018 08:18
@PeterDaveHello
Copy link
Collaborator

PeterDaveHello commented Mar 7, 2018

@ljharb I think #1753 which was sent 4 days ago can also be merged as they are the same thing?

@ljharb
Copy link
Member

ljharb commented Mar 7, 2018

@PeterDaveHello there's no order that PRs generally need to be merged in; submitting it sooner doesn't guarantee it will be merged first. I'll always handle the rebase if it's needed.

@PeterDaveHello
Copy link
Collaborator

Okay, just want to prevent rebasings and conflicts.

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.

None yet

3 participants