Skip to content

Commit

Permalink
Merge pull request #8 from shama/typo
Browse files Browse the repository at this point in the history
Fix typo neccessary -> necessary and stray o in README
  • Loading branch information
fat committed Aug 1, 2012
2 parents 5eb048c + 4494a10 commit c14ee3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ When testing issues, your function will be passed an object with the following p

When testing pull-requests, your function will be passed an object with the following properties (in addition to all properties provided to a normal issue as specified above):

+ issue.diff o- the complete diff of a pull-request
+ issue.diff - the complete diff of a pull-request
+ issue.files - an array of the files changed in a commit
+ issue.files[*].patch - the patch for a specific file
+ issue.files[*].filename - the filename changed
Expand Down
2 changes: 1 addition & 1 deletion views/issues/failure.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hey @{{user}},

Thanks for opening this {{type}}! Unfortunately, it looks like it fails to pass the criteria neccessary for submitting to [{{repo}}]({{repo_path}}). The following things are currently failing:
Thanks for opening this {{type}}! Unfortunately, it looks like it fails to pass the criteria necessary for submitting to [{{repo}}]({{repo_path}}). The following things are currently failing:

{{#failures}}
+ {{title}}
Expand Down

0 comments on commit c14ee3e

Please sign in to comment.