Skip to content

Commit

Permalink
[#367] Fix spelling errors in documentation (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhanglee authored and eugenepeh committed Aug 4, 2018
1 parent ae88d41 commit 49cdf25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
list

##########################################################
# test add person command, setup state for futuer tests
# test add person command, setup state for further tests
##########################################################

# should catch invalid args format
Expand Down
2 changes: 1 addition & 1 deletion test/java/seedu/addressbook/parser/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void parse_exitCommand_parsedCorrectly() {
}

/*
* Tests for ingle index argument commands ===============================================================
* Tests for single index argument commands ===============================================================
*/

@Test
Expand Down

0 comments on commit 49cdf25

Please sign in to comment.