Skip to content

Commit 5c06f2a

Browse files
author
Remi Kazeroni
committed
fix typos
1 parent 6ecbf14 commit 5c06f2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_episodes/07-development-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ to ESMValTool. You have to add the diagnostics
242242
[warming_stripes.py](../files/warming_stripes.py) and the recipe
243243
[recipe_warming_stripes.yml](../files/recipe_warming_stripes.yml)
244244
to their locations in ESMValTool directory.
245-
After these changes, you should also check if everthing works fine.
245+
After these changes, you should also check if everything works fine.
246246
This is where we take advantage of the tools that are introduced later.
247247
248248
Let’s get started. Note that since this is an exercise to get familiar with the
@@ -360,7 +360,7 @@ when you submit a pull request.
360360
>
361361
> Make sure our local branch is checked out and add the recipe
362362
> [recipe_warming_stripes.yml](../files/recipe_warming_stripes.yml)
363-
> to the the ``esmvaltool/recipes`` directory:
363+
> to the ``esmvaltool/recipes`` directory:
364364
>
365365
> ~~~bash
366366
> cp path_of_recipe_warming_stripes.yml esmvaltool/recipes/
@@ -443,7 +443,7 @@ To preview this page locally, we open the file in a web browser:
443443
xdg-open doc/sphinx/build/html/index.html
444444
~~~
445445
446-
> ## Creating a documenation
446+
> ## Creating a documentation
447447
>
448448
> In previous exercises, we added the recipe
449449
> [recipe_warming_stripes.yml](../files/recipe_warming_stripes.yml) to ESMValTool.

0 commit comments

Comments
 (0)