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 #2543

Merged
merged 81 commits into from
Nov 21, 2024
Merged

Spelling #2543

merged 81 commits into from
Nov 21, 2024

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Nov 17, 2024

Fixes https://github.com/jsoref/flank/actions/runs/11876519325#summary-33094938650

Note that in addition to spelling fixes, I've included a set of accessibility fixes ...

For more information, see:

I'm happy to split them to a distinct PR (or drop them or anything else).

There's one item which is almost certainly an API break. As with everything else, it can be split out or dropped.

Test Plan

How do we know the code works?

https://github.com/jsoref/flank/actions/runs/11876519448#summary-33094938868

Checklist

  • Documented
  • Unit tested
  • Integration tests updated

Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
@@ -8,7 +8,7 @@ on:
branches:
- '*'

permissions: # limit the permissions of the GITHIUB_TOKEN to reading repository contents
permissions: # limit the permissions of the GITHUB_TOKEN to reading repository contents
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'm deleting this file in another PR...

@@ -19,7 +19,7 @@ class ConventionalCommitFormatterTest(
arrayOf("feat: Sample", "Features", "Sample"),
arrayOf("fix: Bug", "Bug Fixes", "Bug"),
arrayOf("docs: New", "Documentation", "New"),
arrayOf("refactor: Eveerything", "Refactor", "Eveerything"),
arrayOf("refactor: Everything", "Refactor", "Everything"),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This repository didn't seem particularly playful...

@@ -347,7 +347,7 @@ tasks.test {
minHeapSize = "512m"
dependsOn(":resolveArtifacts")

// deletes 'results' directory which contains remainings from unit tests
// deletes 'results' directory which contains remains from unit tests
Copy link
Contributor Author

Choose a reason for hiding this comment

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

alternatively remnants

Copy link
Collaborator

@kaibolay kaibolay Nov 19, 2024

Choose a reason for hiding this comment

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

I also like "remnants", "leftovers", or "scraps" , but "remains" is funny - so that works.

Signed-off-by: Josh Soref <[email protected]>
kaibolay
kaibolay previously approved these changes Nov 19, 2024
@kaibolay kaibolay enabled auto-merge (squash) November 21, 2024 16:39
@kaibolay kaibolay merged commit 1e0f124 into Flank:master Nov 21, 2024
4 checks passed
@jsoref jsoref deleted the spelling branch November 21, 2024 16:40
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.

2 participants