Skip to content

Commit 788087b

Browse files
Merge pull request #265 from aduong/seconds-typo
Correct "seonds" with "seconds"
2 parents a6bbd41 + 299d78e commit 788087b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/how-it-works/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ <h3 id="_auto_failover">Auto Failover</h3>
880880
<div class="ulist">
881881
<ul>
882882
<li>
883-
<p>the readiness probe on the primary database container is executed every few seonds to check the <strong>readiness</strong> of the database, this is what tells Kubernetes whether or not the container is <strong>Ready</strong> or <strong>NotReady</strong>.</p>
883+
<p>the readiness probe on the primary database container is executed every few seconds to check the <strong>readiness</strong> of the database, this is what tells Kubernetes whether or not the container is <strong>Ready</strong> or <strong>NotReady</strong>.</p>
884884
</li>
885885
<li>
886886
<p>if a <strong>NotReady</strong> state is detected then that event is caught by the operator which is watching for database containers created by the operator</p>

0 commit comments

Comments
 (0)