From 78d767e3c8ec18df88295d9bf62e8326a931a9ee Mon Sep 17 00:00:00 2001 From: Rishit Ratna Date: Mon, 15 Jan 2024 09:45:15 -0700 Subject: [PATCH] Fixed minor typos (#28489) --- .circleci/TROUBLESHOOT.md | 2 +- .github/workflows/TROUBLESHOOT.md | 2 +- docs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/TROUBLESHOOT.md b/.circleci/TROUBLESHOOT.md index c662a921ba..484d62b46a 100644 --- a/.circleci/TROUBLESHOOT.md +++ b/.circleci/TROUBLESHOOT.md @@ -1,6 +1,6 @@ # Troubleshooting -This is a document explaining how to deal with various issues on Circle-CI. The entries may include actually solutions or pointers to Issues that cover those. +This is a document explaining how to deal with various issues on Circle-CI. The entries may include actual solutions or pointers to Issues that cover those. ## Circle CI diff --git a/.github/workflows/TROUBLESHOOT.md b/.github/workflows/TROUBLESHOOT.md index 616ba8e55b..f6101e6d70 100644 --- a/.github/workflows/TROUBLESHOOT.md +++ b/.github/workflows/TROUBLESHOOT.md @@ -1,6 +1,6 @@ # Troubleshooting -This is a document explaining how to deal with various issues on github-actions self-hosted CI. The entries may include actually solutions or pointers to Issues that cover those. +This is a document explaining how to deal with various issues on github-actions self-hosted CI. The entries may include actual solutions or pointers to Issues that cover those. ## GitHub Actions (self-hosted CI) diff --git a/docs/README.md b/docs/README.md index 9269cc5bd2..4e0c00fa2e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -250,7 +250,7 @@ then its documentation should look like this: Note that we always omit the "defaults to \`None\`" when None is the default for any argument. Also note that even if the first line describing your argument type and its default gets long, you can't break it on several lines. You can -however write as many lines as you want in the indented description (see the example above with `input_ids`). +however, write as many lines as you want in the indented description (see the example above with `input_ids`). #### Writing a multi-line code block