Skip to content

Commit

Permalink
Fixed minor typos (huggingface#28489)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit5 authored and wgifford committed Jan 21, 2024
1 parent 9837d61 commit 3c71365
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TROUBLESHOOT.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c71365

Please sign in to comment.