Skip to content

Commit 7de78ba

Browse files
committed
Remove unnecessary "both"
1 parent a805fc7 commit 7de78ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/upgrading.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ This code is doing three distinct things:
106106
window.location.href}``.
107107

108108
In Annotator 2.0 the configuration of the storage component
109-
(:func:`annotator.storage.http`) is logically separate from both a) the
110-
loading of annotations from storage, and b) the extension of annotations with
111-
additional data. An example which replicates the above behaviour would look like
112-
this in Annotator 2.0::
109+
(:func:`annotator.storage.http`) is logically separate from a) the loading
110+
of annotations from storage, and b) the extension of annotations with additional
111+
data. An example which replicates the above behavior would look like this
112+
in Annotator 2.0::
113113

114114

115115
var pageUri = function () {

0 commit comments

Comments
 (0)