Skip to content

Commit

Permalink
Fixing example for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jan 22, 2018
1 parent e45e165 commit 97843e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controllers/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ API

.. sourcecode:: js

const actions = thing.actions();
const actions = thing.actions;

const action = actions[0];
console.log('First action id:', action.id);
Expand Down

0 comments on commit 97843e2

Please sign in to comment.