From a7cc426904e64572b310faf10ec52c72a5147fed Mon Sep 17 00:00:00 2001 From: Valery Bugakov Date: Thu, 25 Oct 2018 20:43:44 +0100 Subject: [PATCH] Docs: fix typo --- docs/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest.md b/docs/rest.md index 8696a6f..a478296 100644 --- a/docs/rest.md +++ b/docs/rest.md @@ -343,7 +343,7 @@ Here is one way you might customize `RestLink`: "Content-Type": "application/json" }, credentials: "same-origin", - fieldNameNormalizer: (key: string) => camelCase(name), + fieldNameNormalizer: (key: string) => camelCase(key), fieldNameDenormalizer: (key: string) => snake_case(key), typePatcher: { Post: ()=> {