Skip to content

Commit 2e18fc6

Browse files
committed
fixes for Birgit
1 parent 1df0e01 commit 2e18fc6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_episodes/03-configuration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ path to your home directory. Note that files and directories starting with a
4646
period are "hidden", to see the `.config` directory in the terminal use
4747
`ls -la ~`.
4848
With the optional ``--path=<target_dir>`` you could specifiy the directory
49-
where to save the configuration
50-
file. For instance, you can provide the path to your working directory
51-
as the `target_dir`.
52-
Note that if a configuration file by that name already exists in the default
49+
in which the configuration file can be saved. For instance, you can provide
50+
the path to your working directory as the `target_dir`.
51+
Note, if a configuration file by that name already exists in the default
5352
location, the `get_config_user` command will not update the file as ESMValTool will not
5453
overwrite the file. You will have to move the file first if you want an updated copy of the
5554
default user configuration file.
@@ -345,7 +344,7 @@ amount of memory available in your system.
345344
346345
> ## Make your own configuration file
347346
>
348-
> Configuration files could live in the user configuration directory, wihch is
347+
> Configuration files could live in the user configuration directory, which is
349348
> by default ``~/.config/esmvaltool``. The directory could be also specified
350349
> via the command line argument ``--config_dir``.
351350
> We will learn how to do this in the

0 commit comments

Comments
 (0)