Skip to content

Commit 2ba4272

Browse files
fixing typo
1 parent fffe264 commit 2ba4272

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/10-debugging.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ keypoints:
1414
---
1515

1616
Every user encounters errors. Once you know why you get certain types of errors,
17-
they become much easier to fix. The good news is, ESMValTool creates a record of
17+
they become much easier to fix. The good news is that ESMValTool creates a record of
1818
the output messages and stores them in log files. They can be used for debugging
19-
or monitoring the process. This lesson helps to understand what the different
20-
types of errors are and when you are likely to encounter them.
19+
or monitoring the process. This lesson helps you understand the different
20+
types of errors and when you are likely to encounter them.
2121

2222
## Log files
2323

@@ -326,7 +326,7 @@ save the pre-processed data. More information about this setting can be found at
326326
327327
> ## save_intermediary_cubes
328328
>
329-
> Note that this setting should be only used for debugging, as it significantly
329+
> Note that this setting should only be used for debugging, as it significantly
330330
> slows down the recipe and increases disk usage because a lot of output files
331331
> need to be stored.
332332
{: .callout}
@@ -434,7 +434,7 @@ How to re-run the diagnostic script?
434434
> If you run out of memory, try setting ``max_parallel_tasks`` to 1 in the
435435
> configuration file. Then, check the amount of memory you need for that by
436436
> inspecting the file ``run/resource_usage.txt`` in the output directory. Using
437-
> the number there you can increase the number of parallel tasks again to a
437+
> the number, there you can increase the number of parallel tasks again to a
438438
> reasonable number for the amount of memory available in your system.
439439
{: .callout}
440440

0 commit comments

Comments
 (0)