Skip to content

Commit

Permalink
Language simplification and s/which/that/ grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Apr 25, 2015
1 parent ab30f47 commit 57ca08d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/module-development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ functionality. There are two ways of doing this:
2. component registration

Use module hooks Unless you are replacing core functionality of Annotator.
Module hooks are functions which you can expose from your module which will be
run by the :class:`~annotator.App` when important things happen. For example,
here's a module which will say ``Hello, world!`` to the user when the
application starts::
Module hooks are functions that will be run by the :class:`~annotator.App` when
important things happen. For example, here's a module that will say
``Hello, world!`` to the user when the application starts::

function helloWorld() {
return {
Expand Down

0 comments on commit 57ca08d

Please sign in to comment.