Skip to content

Commit b85926e

Browse files
committed
Fix the rest of the typo InMemoryRepository's name
1 parent 02fef42 commit b85926e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/ui/SampleWebUiApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class SampleWebUiApplication {
3030

3131
@Bean
3232
public MessageRepository messageRepository() {
33-
return new InMemoryMessageRespository();
33+
return new InMemoryMessageRepository();
3434
}
3535

3636
@Bean

0 commit comments

Comments
 (0)