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 spellcheck errors #173

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion .custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ HIDL
HMAC
Honkai
hotfix
HTTPS
https
HW
HWE
HVAC
Expand All @@ -147,6 +147,7 @@ iptables
init
interprocess
iOS
io
Javascript
Jira
jitter
Expand Down
6 changes: 3 additions & 3 deletions reference/api-reference/ams-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3465,7 +3465,7 @@ paths:
type: boolean
load_balancer.url:
default: ""
description: Set host URL for AMS to loadbalancer's URL
description: Set host URL for AMS to load balancer's URL
example: https://load-balanced-ams.com
type: string
node.queue_size:
Expand All @@ -3487,7 +3487,7 @@ paths:
type: string
registry.fingerprint:
default: ""
description: Fingerprint used to verify the ceritifcate of the application registry
description: Fingerprint used to verify the certificate of the application registry
example: my-registry-fingerprint
type: string
registry.mode:
Expand All @@ -3511,7 +3511,7 @@ paths:
type: string
scheduler.strategy:
default: spread
description: Container scheduling startegy
description: Container scheduling strategy
enum:
- spread
- binpack
Expand Down
Loading