DOC: fix capitalization of some service names#6936
Merged
Conversation
Contributor
Author
|
Well, it seems like most tests fail. But I don't know if that's significant or normal. If it's atypical, let me know and I'll take a look. But these changes aren't all that important, so it's not worth a tooling struggle to get them in. |
Github -> GitHub openfmri -> OpenfMRI s3 -> S3 travis -> Travis CI I chose to not fix code comments nor tests.
|
Code Climate has analyzed commit 6b7a2f7 and detected 0 issues on this pull request. View more on Code Climate. |
Member
|
Looks good to me. I will need to cherrypick it into maint.. CI - hopefully we would fix it soon (not our fault) |
Collaborator
|
PR released in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I noticed a "Github" in a config file while helping someone with DataLad, and it caused me to twitch enough to fix it and a few other strings I found. ;-)
This is by no means comprehensive, but I did some
greping around and tried to catch all I could find.I intentionally chose to not fix occurrences in code comments and tests.
This also fixes "Datalad" mis-capitalizations. For this, I did fix all occurrences, to make future
greping easier.Changelog
📝 Documentation