Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coffee/docBase.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ setUpTour = ->
tour.innerHTML = """
<div class="tour-content">
<h1>Welcome to #{ format }.json.is.</h1>
<p class="abbutting">Below is a <strong>live text editor with interactive documentation</strong>.</p>
<p class="abutting">Below is a <strong>live text editor with interactive documentation</strong>.</p>
<p>As you edit the <code>#{ format }.json</code> file, contextual documentation will display to the right of the active line.</p>
<button class="more">Start coding</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion coffee/formats/bower.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ context =
'private': '''
<h4>Private</h4>

<p>Set to <code>true</code> if you do not wish this project to ever be published publically.
<p>Set to <code>true</code> if you do not wish this project to ever be published publicly.
'''

module.exports = context
2 changes: 1 addition & 1 deletion styl/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ html.json-is-home-page
font-weight 300
color #fff

&.abbutting
&.abutting
margin-bottom .5rem

em
Expand Down