Skip to content

Commit

Permalink
✏️ Fix a few small typos in the documentation (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg authored Dec 4, 2024
1 parent 9be60da commit b826dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This command generates a directory `./htmlcov/`, if you open the file `./htmlcov

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

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

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

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

/// tip

Alternatively, you can perform the same steps that scripts does manually.
Alternatively, you can perform the same steps that script does manually.

Go into the docs director at `docs/`:
Go into the docs directory at `docs/`:

```console
$ cd docs/
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/options-autocompletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After installing completion for your own Python package (or using the `typer` co

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

Then let's create small example program:
Then let's create a small example program:

{* docs_src/options_autocompletion/tutorial001_an.py *}

Expand Down

0 comments on commit b826dc4

Please sign in to comment.