Skip to content

Commit 2408612

Browse files
Fix a couple of typos found by Qing Yang
1 parent 2590744 commit 2408612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/01_nodeos/03_plugins/resource_monitor_plugin

docs/01_nodeos/03_plugins/resource_monitor_plugin/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ by `data-dir`, `state-dir`, `blocks-log-dir`, `snapshots-dir`,
88
When space usage in any of the monitored file system is within `5%` of the threshold
99
specified by `resource-monitor-space-threshold`, a warning containing the file system
1010
path and percentage of space has used is printed out.
11-
When space usage exceedes the threshold,
11+
When space usage exceeds the threshold,
1212
if `resource-monitor-not-shutdown-on-threshold-exceeded` is not set,
13-
`nodeos` gracefully shuts down; if `resource-monitor-not-shutdown-on-threshold-exceeded` is set, `nodeos` prints out warnings perioidically
13+
`nodeos` gracefully shuts down; if `resource-monitor-not-shutdown-on-threshold-exceeded` is set, `nodeos` prints out warnings periodically
1414
until space usage goes under the threshold.
1515

1616
`resource_monitor_plugin` is always loaded.

0 commit comments

Comments
 (0)