Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: FeynmanZhou <zpf0610@gmail.com>
  • Loading branch information
FeynmanZhou committed Feb 22, 2020
1 parent 8bcc911 commit 1c9eaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class HelloWorldController {

@RequestMapping("/")
public String sayHello() {
return "Really appreaciate your star, that's the power of our life.";
return "Really appreciate your star, that's the power of our life.";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public class HelloWorldControllerTest {

@Test
public void testSayHello() {
assertEquals("Really appreaciate your star, that's the power of our life.", new HelloWorldController().sayHello());
assertEquals("Really appreciate your star, that's the power of our life.", new HelloWorldController().sayHello());
}
}

0 comments on commit 1c9eaf1

Please sign in to comment.