We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a4639 commit 27753aaCopy full SHA for 27753aa
css/main.css
@@ -989,7 +989,7 @@ hr {
989
bottom: 0;
990
padding: 0 10px;
991
}
992
-.doc-container h2:first-child {
+.doc-container div:first-child h2 {
993
margin-top: 0;
994
995
.doc-container .doc-block {
index.html
@@ -3139,7 +3139,7 @@ <h4>Arguments</h4>
3139
3140
3141
<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>
+ <pre><code class="hljs javascript"><span class="hljs-string">'abca'</span>.should.endWith(<span class="hljs-string">'a'</span>);</code></pre>
3143
3144
<hr/>
3145
</div>
0 commit comments