Skip to content

Commit

Permalink
Typo fixes and grammer updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
babalela authored and judofyr committed Feb 21, 2010
1 parent 2c615ef commit 98bbdc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/camping/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ def index_page(apps)
HTML
footer = '</body></html>'
main = if apps.empty?
"<p>Good day. I'm sorry, but I could not find any Camping apps."\
"You might want to take a look at the console to see if any errors"\
"have been raised</p>"
"<p>Good day. I'm sorry, but I could not find any Camping apps. "\
"You might want to take a look at the console to see if any errors "\
"have been raised.</p>"
else
"<p>Good day. These are the Camping apps you've mounted.</p><ul>" +
apps.map do |mount, app|
Expand Down

0 comments on commit 98bbdc4

Please sign in to comment.