docs: fix 8 typos and grammar errors in comments and documentation - #822
Open
Avicennasis wants to merge 1 commit into
Open
Avicennasis wants to merge 1 commit into
Avicennasis wants to merge 1 commit into
Conversation
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.
Summary
Fix 8 typos and grammar errors across 5 files.
api/bash/repo-sizer.shfiles with extensions that could be ommitted→files with extensions that could be omitted# Print the size thats cleaned up→# Print the size that's cleaned uppre-receive-hooks/block-outdated-clients.sh# Edit this variables to set the policy for the git version→# Edit these variables to set the policy for the git version# Edit this variables to get the right version to compare as latest→# Edit these variables to get the right version to compare as latestUpdate the git version to a newest one: https://git-scm.com/downloads→Update the git version to a newer one: https://git-scm.com/downloadspre-receive-hooks/block_confidentials.sh# block AWS Secret Access Key (TODO: adjust to not find validd Git SHA1s;...→# block AWS Secret Access Key (TODO: adjust to not find valid Git SHA1s; ...pre-receive-hooks/block_unsigned_commits.sh# Pre-receive hook that will block any unsigned commits and tagswhen push...→# Pre-receive hook that will block any unsigned commits and tags when pus...pre-receive-hooks/block_branch_names_not_starting_with_userID.sh# Pre-receive hook that will block any new commits that their names do no...→# Pre-receive hook that will block any new commits that their names do no...Otherwise comments, documentation and message strings only — no functional changes.