Skip to content

Commit 325d929

Browse files
author
Amanda Butler
authored
Fix spelling in Watchdog.md
Add space for consistent spelling.
1 parent db2d2d5 commit 325d929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/Watchdog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Implement the ResetReason API when implementing the Watchdog API. The ResetReaso
1414
- The uncalibrated watchdog should trigger at or after the timeout value multiplied by the frequency accuracy ratio of its oscillator (typical_frequency divided by max_frequency).
1515
- The calibrated watchdog should trigger at or after the timeout value.
1616
- The watchdog should trigger before twice the timeout value.
17-
- The watchdog may trigger as late as twice the timeout value in deepsleep mode.
17+
- The watchdog may trigger as late as twice the timeout value in deep sleep mode.
1818

1919
### Undefined behavior
2020

0 commit comments

Comments
 (0)