Skip to content

Commit 2ce3fa4

Browse files
WinstonPaiscburgdorf
authored andcommitted
Update documentation.md
Just a spelling update (fix) for documentation.md
1 parent 476cbee commit 2ce3fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ documentation.
3333
Code examples can be written using `.. doctest::` code blocks to ensure they are executed as
3434
regular code during the `doctest` CI run.
3535

36-
Examples that use this feature are effectively strucured as if they were written in an interactive
36+
Examples that use this feature are effectively structured as if they were written in an interactive
3737
Python session.
3838

3939
Example:
@@ -50,7 +50,7 @@ Example:
5050
#### `literalinclude` code examples
5151

5252
Sometimes, writing code examples using only the `.. doctest::` directive can feel a bit limiting
53-
and effecively clash with other desired properties of the example (e.g. order, brevity). There's
53+
and effectively clash with other desired properties of the example (e.g. order, brevity). There's
5454
another effective way to guarantee examples in the documentation continue to work as the
5555
underlying software evolves.
5656

@@ -115,7 +115,7 @@ in the side navigation as well as in the introduction to be exposed more promine
115115

116116
#### Release Notes
117117

118-
The release notes inform the reader about the progress of the project. They are continously
118+
The release notes inform the reader about the progress of the project. They are continuously
119119
written as new releases are published.
120120

121121
### Fundamentals

0 commit comments

Comments
 (0)