Skip to content

Commit

Permalink
Fix typo in Getting started.jl (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotsayes authored Oct 14, 2020
1 parent 46d33ce commit 7a844dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Getting started.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else
end

# ╔═╡ 611c28fa-9542-11ea-1751-fbdedcfb7690
html"""<p>To edit any code, just click on it. When you're done programming, press the <img src="https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/caret-forward-circle-outline.svg" style="width: 1em; height: 1em; margin-bottom: -.2em;"> in the lower-right corned of a cell to run the code. You can also use `Shift+Enter` if you are in a hurry.</p>"""
html"""<p>To edit any code, just click on it. When you're done programming, press the <img src="https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/caret-forward-circle-outline.svg" style="width: 1em; height: 1em; margin-bottom: -.2em;"> in the lower-right corner of a cell to run the code. You can also use `Shift+Enter` if you are in a hurry.</p>"""

# ╔═╡ 6f7eecec-9543-11ea-1284-dd52fce3ecca
md"I feel like our cat needs a friend. Let's call them $(friend)."
Expand Down

0 comments on commit 7a844dd

Please sign in to comment.