Commit b85926e6 authored by Andy Wilkinson's avatar Andy Wilkinson

Fix the rest of the typo InMemoryRepository's name

parent 02fef429
...@@ -30,7 +30,7 @@ public class SampleWebUiApplication { ...@@ -30,7 +30,7 @@ public class SampleWebUiApplication {
@Bean @Bean
public MessageRepository messageRepository() { public MessageRepository messageRepository() {
return new InMemoryMessageRespository(); return new InMemoryMessageRepository();
} }
@Bean @Bean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment