Skip to content

Commit

Permalink
Correct spelling error in Configuration-reference
Browse files Browse the repository at this point in the history
tranform -> transform
  • Loading branch information
vincentbel committed Sep 19, 2015
1 parent 7ee0efc commit 9b23d1c
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 9b23d1c

Please sign in to comment.