-
Notifications
You must be signed in to change notification settings - Fork 273
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
docs: correct spelling of against #1747
Conversation
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.
Thanks @jlewis91! There's a formatting error that prettier
is complaining about (probably something your IDE is doing automatically), just needs to be reverted, and then we'll merge.
garden-service/src/config/project.ts
Outdated
@@ -285,7 +285,7 @@ export const projectDocsSchema = () => | |||
.description((<any>environmentsSchema().describe().flags).description), | |||
providers: joiArray(providerConfigBaseSchema()).description( | |||
"A list of providers that should be used for this project, and their configuration. " + | |||
"Please refer to individual plugins/providers for details on how to configure them." | |||
"Please refer to individual plugins/providers for details on how to configure them." |
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.
The prettier
linter is complaining about this
@edvald fixed. :) |
Looks like the Note that you need to have |
@eysi09 Thanks for the pointers. Checks pass now. |
What this PR does / why we need it: Fixes code comment typo
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: