From 9b23d1cdf55fdd2f66ed5ae3bf9130bc056c18a3 Mon Sep 17 00:00:00 2001 From: Vincent Bel Date: Sat, 19 Sep 2015 16:32:03 +0800 Subject: [PATCH] Correct spelling error in Configuration-reference tranform -> transform --- doc/Configuration-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Configuration-reference.md b/doc/Configuration-reference.md index 56ed5c1e..ec2bd158 100644 --- a/doc/Configuration-reference.md +++ b/doc/Configuration-reference.md @@ -419,7 +419,7 @@ Define a custom function to transform the value received from the API response t Define a custom function to transform the value displayed in the admin back to the one expected by the API. This function receives 2 parameters: the value to transform, and the corresponding entry. Used in edit view only. Use it in conjunction with `map()` to ease the conversion between the API response format and the format you want displayed on screen. // API - // map() v ^ tranform() + // map() v ^ transform() // Entry︎ // // The API provides and expects last names in all caps, e.g. 'DOE'