Skip to content

Commit 42ffb42

Browse files
committed
fix typo
Signed-off-by: FeynmanZhou <zpf0610@gmail.com>
1 parent e72dfc5 commit 42ffb42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/kubesphere/devops/HelloWorldController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public class HelloWorldController {
1414

1515
@RequestMapping("/")
1616
public String sayHello() {
17-
return "Really appreaciate your star, that's the power of our life.";
17+
return "Really appreciate your star, that's the power of our life.";
1818
}
1919
}

src/test/java/io/kubesphere/devops/HelloWorldControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public class HelloWorldControllerTest {
88

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

0 commit comments

Comments
 (0)