doc: fix some typo (#7229)

This commit is contained in:
halfcrazy
2018-02-14 13:30:50 +08:00
committed by k8s-ci-robot
parent b7c0b6278e
commit f51d11f614
11 changed files with 16 additions and 16 deletions
@@ -61973,7 +61973,7 @@ Appears In:
</tr>
<tr>
<td>prefix <br /> <em>string</em></td>
<td>An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.</td>
<td>An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.</td>
</tr>
<tr>
<td>secretRef <br /> <em><a href="#secretenvsource-v1-core">SecretEnvSource</a></em></td>
@@ -62099,7 +62099,7 @@ Appears In:
</table>
<aside class="notice">Other api versions of this object exist: <a href="#eventseries-v1beta1-events">v1beta1</a> </aside>
<p>EventSeries contain information on series of events, i.e. thing that was/is happening continously for some time.</p>
<p>EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.</p>
<aside class="notice">
Appears In:
@@ -62121,7 +62121,7 @@ Appears In:
</tr>
<tr>
<td>lastObservedTime <br /> <em><a href="#microtime-v1-meta">MicroTime</a></em></td>
<td>Time of the last occurence observed</td>
<td>Time of the last occurrence observed</td>
</tr>
<tr>
<td>state <br /> <em>string</em></td>
@@ -90669,7 +90669,7 @@ Appears In:
<aside class="notice">Other api versions of this object exist: <a href="#eventseries-v1-core">v1</a> </aside>
<p>EventSeries contain information on series of events, i.e. thing that was/is happening continously for some time.</p>
<p>EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.</p>
<aside class="notice">
Appears In:
@@ -187,7 +187,7 @@ $(document).ready(function() {
var scrollPosition = $(window).scrollTop();
scrollActions(scrollPosition);
checkActiveElement(flatToc, scrollPosition);
// TODO: prevent scroll on sidebar from propogating to window
// TODO: prevent scroll on sidebar from propagating to window
$(window).on('scroll', function(event) {
var scrollPosition = $(window).scrollTop();
var activeSectionTokens = scrollActions(scrollPosition);