Fixed minor typos (#28489)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Troubleshooting
|
# 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
|
## Circle CI
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/TROUBLESHOOT.md
vendored
2
.github/workflows/TROUBLESHOOT.md
vendored
@@ -1,6 +1,6 @@
|
|||||||
# Troubleshooting
|
# 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)
|
## GitHub Actions (self-hosted CI)
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
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
|
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
|
#### Writing a multi-line code block
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user