Skip to content

Commit 204dc8c

Browse files
committed
Use that glossary
1 parent 16b4b7f commit 204dc8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/usage.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ start an |App|. At its simplest, that looks like this::
1919

2020
You probably want to keep reading if you want your Annotator installation to be
2121
useful straight away, as by default an |App| is extremely minimal. You can can
22-
easily add functionality from Annotator "modules": independent components that
23-
you can load into your application. For example, here we create an |App| that
24-
uses the default Annotator user interface (:func:`annotator.ui.main`), and
25-
the :func:`annotator.storage.http` storage component in order to save
26-
annotations to a remote server::
22+
easily add functionality from an Annotator :term:`module`, an independent
23+
components that you can load into your :term:`application`. For example, here
24+
we create an |App| that uses the default Annotator user interface
25+
(:func:`annotator.ui.main`), and the :func:`annotator.storage.http` storage
26+
component in order to save annotations to a remote server::
2727

2828
var app = new annotator.App();
2929
app.include(annotator.ui.main);

0 commit comments

Comments
 (0)