Skip to content

Commit 267097a

Browse files
committed
Merge pull request jupyter#17 from jupyter/caps-fix
Fixing caps
2 parents 27d58d2 + df8b4a4 commit 267097a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h2><img src="assets/architectureicon2.svg" id="arcicon1"> Jupyter Architecture<
253253
<div class="front">
254254
<img src="assets/notebook-format.svg">
255255
<br>
256-
<a class="arc-button bt">Learn More</a>
256+
<a class="arc-button bt">Learn more</a>
257257
</div>
258258
<div class="front flipped content-back">
259259
<h3>The Notebook Document Format</h3>
@@ -268,7 +268,7 @@ <h3>The Notebook Document Format</h3>
268268
<div class="container">
269269
<div class="front2">
270270
<img src="assets/protocol.svg">
271-
<a class="arc-button bt1">Learn More</a>
271+
<a class="arc-button bt1">Learn more</a>
272272
</div>
273273
<div class="front2 flipped content-back">
274274
<h3>Interactive Computing Protocol</h3>
@@ -283,7 +283,7 @@ <h3>Interactive Computing Protocol</h3>
283283
<div class="container">
284284
<div class="front3">
285285
<img src="assets/kernel.svg">
286-
<a class="arc-button bt2">Learn More</a>
286+
<a class="arc-button bt2">Learn more</a>
287287
</div>
288288
<div class="front3 flipped content-back">
289289
<h3>The Kernel</h3>

0 commit comments

Comments
 (0)