-
Notifications
You must be signed in to change notification settings - Fork 118
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 #2543
Merged
Merged
Spelling #2543
Changes from 78 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
1e41a61
link: brew.sh
jsoref 0c74d79
link: contributing and building flank
jsoref c0ea8b0
link: downloads.rclone.org
jsoref 75612c1
link: flutter integration test plugin documentation with example
jsoref 02d76c0
link: gist.github.com/gitaarik/8735255
jsoref e9958c2
link: git-annex install
jsoref 498068f
link: git-annex special_remotes
jsoref e7f5ee3
link: git-annex-remote-rclone
jsoref a012202
link: git-annex
jsoref 72f43bd
link: git-lfs.github.com
jsoref 88a9baf
link: github at git-annex
jsoref c24aa5a
link: github.com/dropbox/hypershard-android
jsoref f4727bf
link: minimum viable product
jsoref 1f01075
link: test_runner/flank.yml
jsoref 82fdad3
link: wavezhang
jsoref cc7f978
spelling: exection [API]
jsoref 4e84e21
spelling: application
jsoref e42c518
spelling: assistant
jsoref ad92950
spelling: before
jsoref 3fc75a4
spelling: cannot
jsoref 1f7c688
spelling: command
jsoref 348c3af
spelling: committed
jsoref 37bfa21
spelling: comparison
jsoref 3b33b7c
spelling: configuration
jsoref bf3bfd3
spelling: custom
jsoref 5331ac6
spelling: default
jsoref 8951aed
spelling: dependency
jsoref 7660faf
spelling: environments
jsoref 9860174
spelling: everything
jsoref 17cb8bf
spelling: exception
jsoref 5587b3f
spelling: executing
jsoref 1289fb9
spelling: finalize
jsoref a83cf00
spelling: firebase
jsoref cb17d8d
spelling: fladle
jsoref 307644f
spelling: for
jsoref 642217d
spelling: gcloud
jsoref 8e4373b
spelling: github
jsoref 319f1b4
spelling: greater
jsoref a0808ea
spelling: incompatible
jsoref c3e9543
spelling: initial
jsoref c621eab
spelling: instantiation
jsoref 477a2e3
spelling: integration
jsoref 997734c
spelling: intellij
jsoref 539b480
spelling: junit
jsoref 882ca0c
spelling: macos
jsoref 4618051
spelling: maintenance
jsoref 0fcc6bb
spelling: management
jsoref 78b28a4
spelling: method
jsoref 390feac
spelling: misspelt
jsoref 8ce8aac
spelling: n't
jsoref b146991
spelling: necessarily
jsoref 46a863e
spelling: occurred
jsoref 8eaaf96
spelling: officially
jsoref 136078b
spelling: parameterized
jsoref 1342625
spelling: portrait
jsoref 49b1964
spelling: project
jsoref 0388d2d
spelling: property
jsoref 4f7ddab
spelling: proposition
jsoref 8968f07
spelling: remains
jsoref 7c29c1b
spelling: seeding
jsoref 6a9f86b
spelling: serialized
jsoref af78ae8
spelling: serializer
jsoref 6408291
spelling: signature
jsoref f2d8139
spelling: snapshot
jsoref a1a6c37
spelling: software
jsoref 13f5b95
spelling: specification
jsoref ca91057
spelling: specify
jsoref ce239ee
spelling: subsystem
jsoref 908a711
spelling: suppress
jsoref fdb38f0
spelling: swift
jsoref 3b424c1
spelling: test
jsoref 8276272
spelling: the
jsoref 308eb7e
spelling: they
jsoref fe89972
spelling: thumbnail
jsoref 73a7c29
spelling: timed out
jsoref 6c8b5b5
spelling: unsupported
jsoref 2a7ec0d
spelling: verify
jsoref 54941cd
spelling: version
jsoref c92758f
spelling: kaibolay
jsoref 132d9a5
Merge branch 'master' into spelling
kaibolay abdd9b6
Merge branch 'master' into spelling
kaibolay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
- 'master' | ||
|
||
# TODO: update workflow permissions to least privilege after auditing all the APIs used | ||
# permissions: # limit the permissions of the GITHIUB_TOKEN to reading repository contents | ||
# permissions: # limit the permissions of the GITHUB_TOKEN to reading repository contents | ||
# contents: read | ||
|
||
jobs: | ||
|
@@ -25,7 +25,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: gradle/wrapper-validation-action@v3 | ||
|
||
- name: Gradle Upload to Github packages and Github release | ||
- name: Gradle Upload to GitHub packages and GitHub release | ||
uses: gradle/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
- 'master' | ||
|
||
# TODO: update workflow permissions to least privilege after auditing all the APIs used | ||
# permissions: # limit the permissions of the GITHIUB_TOKEN to reading repository contents | ||
# permissions: # limit the permissions of the GITHUB_TOKEN to reading repository contents | ||
# contents: read | ||
|
||
jobs: | ||
|
@@ -25,7 +25,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: gradle/wrapper-validation-action@v3 | ||
|
||
- name: Gradle Upload to Github packages and Github release | ||
- name: Gradle Upload to GitHub packages and GitHub release | ||
uses: gradle/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm deleting this file in another PR...