Skip to content

Commit 3b81b2b

Browse files
committed
Fix typos in documentation
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7b9d9e1 commit 3b81b2b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ But you might still need to adapt your code:
3030

3131
## Bug Fixes
3232

33-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
33+
- Fixed some typos in the docs.
3434

3535
### Cookiecutter template
3636

src/frequenz/repo/config/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
nox.configure(RepositoryType.LIB)
3636
```
3737
38-
Again, make sure to pick the correct project typedefault configuration based on the type of your
39-
project (`actor_config`, `api_config`, `app_config`, `lib_config`, `model_config`).
38+
Again, make sure to pick the correct project default configuration based on the type of
39+
your project (`actor_config`, `api_config`, `app_config`, `lib_config`, `model_config`).
4040
4141
If you need to use some custom configuration, you can start from the default settings in
4242
the [`frequenz.repo.config.nox.default`][] module,
@@ -312,7 +312,7 @@
312312
typed.
313313
314314
3. Exclude the `src/conftest.py` file from the distribution package, as it shouldn't be
315-
shipped with the code, it is only for delelopment purposes. To do so, add the
315+
shipped with the code, it is only for development purposes. To do so, add the
316316
following line to the `MANIFEST.in` file:
317317
318318
```

src/frequenz/repo/config/nox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
nox.configure(RepositoryType.LIB)
1616
```
1717
18-
Again, make sure to pick the correct project typedefault configuration based on the type
18+
Again, make sure to pick the correct project default configuration based on the type
1919
of your project (`actor_config`, `api_config`, `app_config`, `lib_config`,
2020
`model_config`).
2121

0 commit comments

Comments
 (0)