Skip to content

Commit 34069b2

Browse files
fix typo
Co-authored-by: Peter Kalverla <[email protected]>
1 parent 49fd746 commit 34069b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/08-development-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ To explore other tools, have a look at ESMValTool documentation on
298298
### Run unit tests
299299
300300
Previous section introduced some tools to check code style and quality.
301-
What it hasen’t done is show us how to tell whether our code is getting the right answer.
301+
What it hasn’t done is show us how to tell whether our code is getting the right answer.
302302
To achieve that, we need to write and run tests for widely-used functions.
303303
ESMValTool comes with a lot of tests that are in the folder ``tests``.
304304

0 commit comments

Comments
 (0)