From fdfd541ddfa509f37af42bb64d3520001afee8a0 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 9 Mar 2021 17:03:41 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77564fe..ba9b0d6 100644 --- a/README.md +++ b/README.md @@ -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