Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Oct 13, 2011
1 parent e0ce9a0 commit a8ee084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/docpad.coffee
Expand Up @@ -293,7 +293,7 @@ class Docpad
return @error(err) if err
@watchAction (err) =>
return @error(err) if err
logger.log 'info', 'DocPad is is now watching and serving you...'
logger.log 'info', 'DocPad is now watching and serving you...'


# Handle an error
Expand Down
2 changes: 1 addition & 1 deletion lib/file.coffee
Expand Up @@ -180,7 +180,7 @@ class File
# next(err,layout)
getLayout: (next) ->
# Check
return next new Error('This document doe snot have a layout') unless @layout
return next new Error('This document does not have a layout') unless @layout

# Find parent
@layouts.findOne {relativeBase:@layout}, (err,layout) =>
Expand Down

0 comments on commit a8ee084

Please sign in to comment.