Skip to content

Commit

Permalink
Merge pull request #543 from jhou2/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
tilgovi committed Jul 2, 2015
2 parents 83dfed1 + 2e43b9d commit ebf871c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/module-development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ functionality. There are two ways of doing this:
1. module hooks
2. component registration

Use module hooks Unless you are replacing core functionality of Annotator.
Use module hooks unless you are replacing core functionality of Annotator.
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::
Expand Down

0 comments on commit ebf871c

Please sign in to comment.