Skip to content

Commit 35705ab

Browse files
authored
Fix a typo: "occurences" -> "occurrences" (#209)
1 parent bd3e10a commit 35705ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mkdocs-atlas-formatting-plugin/test/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
when everything is fine.</p>
6666
<h2 id="dampening">Dampening<a class="headerlink" href="#dampening" title="Permanent link">&para;</a></h2>
6767
<p>Our threshold alert above will trigger if the CPU usage is ever recorded to be above the
68-
threshold. Alert conditions are often combined with a check for the number of occurences. This
68+
threshold. Alert conditions are often combined with a check for the number of occurrences. This
6969
is done by using the <a href="stateful-rolling-count">:rolling-count</a> operator to get a line showing
7070
how many times the input signal has been true withing a specified window and then applying a
7171
second threshold to the rolling count.</p>

0 commit comments

Comments
 (0)