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

Merged
merged 43 commits into from
Aug 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
98b442b
spelling: accessible
jsoref Aug 7, 2022
c320302
spelling: accurate
jsoref Aug 7, 2022
5953a9d
spelling: additionally
jsoref Aug 7, 2022
a31ff85
spelling: avatar
jsoref Aug 7, 2022
b470c8c
spelling: behind
jsoref Aug 7, 2022
524583a
spelling: cacheable
jsoref Aug 7, 2022
dff27be
spelling: can be
jsoref Aug 7, 2022
647793c
spelling: developer
jsoref Aug 7, 2022
51c0b63
spelling: existence
jsoref Aug 7, 2022
473b7e1
spelling: file glob
jsoref Aug 7, 2022
e5002b1
spelling: github
jsoref Aug 7, 2022
ad0e6aa
spelling: halloween
jsoref Aug 7, 2022
4d45930
spelling: highlighter
jsoref Aug 7, 2022
fb1d76c
spelling: independent
jsoref Aug 7, 2022
ab39ac8
spelling: mildly
jsoref Aug 7, 2022
a0f59eb
spelling: necessarily
jsoref Aug 7, 2022
459307c
spelling: occasionally
jsoref Aug 7, 2022
2327267
spelling: occurred
jsoref Aug 7, 2022
3ff5543
spelling: occurrence
jsoref Aug 7, 2022
20ae05c
spelling: optimization
jsoref Aug 7, 2022
d47a052
spelling: output
jsoref Aug 7, 2022
37df0f8
spelling: overridden
jsoref Aug 7, 2022
17eea2c
spelling: parameter
jsoref Aug 7, 2022
e7f7760
spelling: printing
jsoref Aug 7, 2022
e2e87f1
spelling: progress
jsoref Aug 7, 2022
8f1caa6
spelling: puppeteer
jsoref Aug 7, 2022
f6cb06d
spelling: random
jsoref Aug 7, 2022
4309c12
spelling: recursively
jsoref Aug 7, 2022
c6055d6
spelling: screenshot
jsoref Aug 7, 2022
c4e14a0
spelling: separated
jsoref Aug 7, 2022
292b498
spelling: socioeconomic
jsoref Aug 7, 2022
6a72d93
spelling: source
jsoref Aug 7, 2022
fd71301
spelling: specified
jsoref Aug 7, 2022
b717e96
spelling: stock
jsoref Aug 7, 2022
b73ac0b
spelling: succinct
jsoref Aug 7, 2022
acb04c0
spelling: syntactic
jsoref Aug 7, 2022
1f41ca1
spelling: the
jsoref Aug 7, 2022
b89dcc4
spelling: type check
jsoref Aug 7, 2022
047129e
spelling: using
jsoref Aug 7, 2022
e7fe51b
spelling: utilities
jsoref Aug 7, 2022
39092c7
spelling: changes
jsoref Aug 7, 2022
f199e80
spelling: plurals
jsoref Aug 7, 2022
6d28c51
spelling: fix GitHub branding for auto-generated doc
lowlighter Aug 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spelling: recursively
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Aug 7, 2022
commit 4309c12bbfdeb3cb44c7c95926d6a7988b1d98e9
2 changes: 1 addition & 1 deletion source/plugins/music/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export default async function({login, imports, data, q, account}, {enabled = fal
}
}

//get all objects that have the given key name with recursivity
//get all objects that have the given key name with recursively
Copy link
Contributor Author

Choose a reason for hiding this comment

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

?

Copy link
Owner

Choose a reason for hiding this comment

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

This comment was probably written by someone else since it doesn't start with an uppercase, but I guess they just meant they were doing it recursively.

Removing with seems to make sense

function get_all_with_key(obj, key) {
const result = []
if (obj instanceof Object) {
Expand Down