Skip to content

Commit 27753aa

Browse files
committed
Update
1 parent 64a4639 commit 27753aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ hr {
989989
bottom: 0;
990990
padding: 0 10px;
991991
}
992-
.doc-container h2:first-child {
992+
.doc-container div:first-child h2 {
993993
margin-top: 0;
994994
}
995995
.doc-container .doc-block {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3139,7 +3139,7 @@ <h4>Arguments</h4>
31393139

31403140

31413141
<h4>Example</h4>
3142-
<pre><code class="hljs javascript"><span class="hljs-string">'abc'</span>.should.startWith(<span class="hljs-string">'a'</span>);</code></pre>
3142+
<pre><code class="hljs javascript"><span class="hljs-string">'abca'</span>.should.endWith(<span class="hljs-string">'a'</span>);</code></pre>
31433143

31443144
<hr/>
31453145
</div>

0 commit comments

Comments
 (0)