Skip to content

Commit b826dc4

Browse files
authored
✏️ Fix a few small typos in the documentation (#1077)
1 parent 9be60da commit b826dc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This command generates a directory `./htmlcov/`, if you open the file `./htmlcov
7474

7575
To try and test the completion for different shells and check that they are working you can use a Docker container.
7676

77-
There's a `Dockerfile` and a a Docker Compose file `compose.yaml` at `./scripts/docker/`.
77+
There's a `Dockerfile` and a Docker Compose file `compose.yaml` at `./scripts/docker/`.
7878

7979
It has installed `bash`, `zsh`, `fish`, and `pwsh` (PowerShell for Linux).
8080

@@ -237,9 +237,9 @@ That way, you can edit the documentation/source files and see the changes live.
237237

238238
/// tip
239239

240-
Alternatively, you can perform the same steps that scripts does manually.
240+
Alternatively, you can perform the same steps that script does manually.
241241

242-
Go into the docs director at `docs/`:
242+
Go into the docs directory at `docs/`:
243243

244244
```console
245245
$ cd docs/

docs/tutorial/options-autocompletion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ After installing completion for your own Python package (or using the `typer` co
1414

1515
To check it quickly without creating a new Python package, use the `typer` command.
1616

17-
Then let's create small example program:
17+
Then let's create a small example program:
1818

1919
{* docs_src/options_autocompletion/tutorial001_an.py *}
2020

0 commit comments

Comments
 (0)