Fix the rest of the typo InMemoryRepository's name
This commit is contained in:
parent
02fef4295d
commit
b85926e6f0
|
@ -30,7 +30,7 @@ public class SampleWebUiApplication {
|
|||
|
||||
@Bean
|
||||
public MessageRepository messageRepository() {
|
||||
return new InMemoryMessageRespository();
|
||||
return new InMemoryMessageRepository();
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
|
Loading…
Reference in New Issue