Skip to content

Commit

Permalink
Merge pull request #697 from VincentBel/patch-1
Browse files Browse the repository at this point in the history
Correct spelling error in Configuration-reference
  • Loading branch information
fzaninotto committed Sep 21, 2015
2 parents 7ee0efc + 9b23d1c commit 8267d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8267d95

Please sign in to comment.