Skip to content

Commit dd24a42

Browse files
fixing typo
1 parent cddf998 commit dd24a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/guru/springfamework/repositories/CategoryRespository.java renamed to src/main/java/guru/springfamework/repositories/CategoryRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
/**
77
* Created by jt on 9/24/17.
88
*/
9-
public interface CategoryRespository extends JpaRepository<Category, Long> {
9+
public interface CategoryRepository extends JpaRepository<Category, Long> {
1010
}

0 commit comments

Comments
 (0)