Skip to content

Commit 0f0d88f

Browse files
authored
Merge pull request #60 from JimCircadian/59_small_content_improvements
Dev #59: addressing small content improvements
2 parents 40ada51 + b3e5c4e commit 0f0d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/08-defensive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ In order of increasing severity, the available levels are:
397397
- `info`: confirmation that things are working as expected.
398398
- `warning`: something unexpected happened, but the program will keep going.
399399
- `error`: something has gone badly wrong, but the program hasn’t hurt anything.
400-
- `critcal`: potential loss of data, security breach, etc.
400+
- `critical`: potential loss of data, security breach, etc.
401401

402402
If we want to see the output from less severe levels (i.e. turn our debugging statements on),
403403
we'd need to change the minimum level in the logging configuration.

0 commit comments

Comments
 (0)