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

Fix typos in API.md ('Names links' -> 'Named links', 'unknownMisees' -> 'unknownMisses') #2723

Merged
merged 1 commit into from Jan 12, 2022

Conversation

jeremykohn
Copy link
Contributor

This PR corrects 3 typos in the API docs, as follows:


1. link(ref)

"Names links are recommended for most use cases"

-->

"Named links are recommended for most use cases"


2. array.includesRequiredBoth

{
    knownMisses: Array<string>, // Labels of all the missing values
    unknownMisees: number // Count of missing values that didn't have a label
}

-->

{
    knownMisses: Array<string>, // Labels of all the missing values
    unknownMisses: number // Count of missing values that didn't have a label
}

3. array.includesRequiredUnknowns

{
    unknownMisees: number // Count of missing values that didn't have a label
}

-->

{
    unknownMisses: number // Count of missing values that didn't have a label
}

@hueniverse hueniverse self-assigned this Jan 12, 2022
@hueniverse hueniverse added the documentation Non-code related changes label Jan 12, 2022
@hueniverse hueniverse merged commit 7e5aebf into hapijs:master Jan 12, 2022
@jeremykohn jeremykohn deleted the api-typos branch January 13, 2022 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Non-code related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants