-
Notifications
You must be signed in to change notification settings - Fork 903
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: fix typos #3270
docs: fix typos #3270
Conversation
Signed-off-by: Ajay Gonepuri <[email protected]>
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.
Nice.
I wonder why they weren't caught by the linter. 🤔
@deepyaman The linter only runs on pages when we make a change to them, so we aren't flooded with comments all at once. |
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 for the catch @HKABIG !
* Configure `ruff format`, use it instead of `black` (#3258) * build: format code with `ruff format` over `black` Signed-off-by: Deepyaman Datta <[email protected]> * style(ruff-format): format code with `ruff format` Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> * docs: fix typos (#3270) Signed-off-by: Ajay Gonepuri <[email protected]> Co-authored-by: Jo Stichbury <[email protected]> * Update create_a_pipeline.md (#3213) * Update create_a_pipeline.md typo: --nodes=preprocess_shuttles_node needs to be specified Signed-off-by: Pranav Dave <[email protected]> * Use both node names Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> * Update create_a_pipeline.md Signed-off-by: Jo Stichbury <[email protected]> --------- Signed-off-by: Pranav Dave <[email protected]> Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Signed-off-by: Jo Stichbury <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]> Co-authored-by: Jo Stichbury <[email protected]> * Replace a `StopIteration` exception with for-else (#3273) * Replace a `StopIteration` exception with for-else Signed-off-by: Nok Lam Chan <[email protected]> * fix the logic Signed-off-by: Nok <[email protected]> * bug fix Signed-off-by: Nok <[email protected]> --------- Signed-off-by: Nok Lam Chan <[email protected]> Signed-off-by: Nok <[email protected]> * Make `ruff format` happy Signed-off-by: Deepyaman Datta <[email protected]> * Make `ruff` happy Signed-off-by: Deepyaman Datta <[email protected]> --------- Signed-off-by: Deepyaman Datta <[email protected]> Signed-off-by: Ajay Gonepuri <[email protected]> Signed-off-by: Pranav Dave <[email protected]> Signed-off-by: Juan Luis Cano Rodríguez <[email protected]> Signed-off-by: Jo Stichbury <[email protected]> Signed-off-by: Nok Lam Chan <[email protected]> Signed-off-by: Nok <[email protected]> Co-authored-by: Deepyaman Datta <[email protected]> Co-authored-by: Ajay Gonepuri (GONAPCORP) <[email protected]> Co-authored-by: Jo Stichbury <[email protected]> Co-authored-by: Pranav Dave <[email protected]> Co-authored-by: Juan Luis Cano Rodríguez <[email protected]> Co-authored-by: Nok Lam Chan <[email protected]>
Signed-off-by: Ajay Gonepuri <[email protected]> Co-authored-by: Jo Stichbury <[email protected]> Signed-off-by: Suvrakamal Das <[email protected]>
Description
Fixed some typos
Development notes
Developer Certificate of Origin
We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a
Signed-off-by
line in the commit message. See our wiki for guidance.If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.
Checklist
RELEASE.md
file