Documentation Bug: $params['action']['template']

Just wanted to let you know I found a small typo in the tutorial for Actions at:
http://xataface.com/documentation/tutorial/getting_started/dataface_actions
At the bottom of the page it says:
But that doesn't work in the 1.0-beta2. It should be "action" (singular, not plural):
-Rob
http://xataface.com/documentation/tutorial/getting_started/dataface_actions
At the bottom of the page it says:
- Code: Select all
$template_name = $params['actions']['template'];
But that doesn't work in the 1.0-beta2. It should be "action" (singular, not plural):
- Code: Select all
$template_name = $params['action']['template'];
-Rob