Skip to content

Commit 2d4828a

Browse files
authored
Update README.md
1 parent f806365 commit 2d4828a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ change properties to your configuration
5252

5353
public interface EmployeeRepository extends JpaRepository<Employee, Long>, JpaSpecificationExecutor<Employee> {}
5454

55-
2.Create custom specification class and extends SearchSpecification and override toPredicate method.
55+
2.Create custom Specification class and extends SearchSpecification and override toPredicate method.
5656

5757
public class ExampleSpecification1 extends SearchSpecification<ExampleSearch1, Employee> {
5858

0 commit comments

Comments
 (0)