Skip to content

Commit 520d73e

Browse files
committed
Use moar glossary
1 parent 204dc8c commit 520d73e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/usage.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ with :func:`~annotator.App.prototype.include`, and then run it using
3636

3737
If you want to do something (for example, load annotations from storage) when
3838
the |App| has started, you can take advantage of the fact that
39-
:func:`~annotator.App.prototype.start` returns a Promise_. Extending our example
40-
above::
39+
:func:`~annotator.App.prototype.start` returns a :term:`Promise`. Extending our
40+
example above::
4141

4242
var app = new annotator.App();
4343
app.include(annotator.ui.main);
@@ -58,8 +58,6 @@ familiarise yourself with what's available to you in order to make the most of
5858
Annotator. Next we talk about how to configure modules when you add them to your
5959
|App|.
6060

61-
.. _Promise: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
62-
6361

6462
Configuring modules
6563
-------------------

0 commit comments

Comments
 (0)