Fix typo in README

This commit is contained in:
Gary Russell
2021-03-09 17:03:41 -05:00
parent ae3ad4a249
commit fdfd541ddf

View File

@@ -512,7 +512,7 @@ class Service {
}
```
Version 1.3.2 and later supports matching a paramterized (generic) return type to detect the correct recovery method:
Version 1.3.2 and later supports matching a parameterized (generic) return type to detect the correct recovery method:
```java
@Service