Skip to content

Commit 5e6544a

Browse files
committed
docs: fix repeated words
1 parent b7d2133 commit 5e6544a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/@types/persisters/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
* neither are present, the content will be loaded using the Persister's load
175175
* method. Prior to v5.0, these parameters were callbacks and the overall type
176176
* was non-generic.
177-
* @param content If provided, this is a Content object from the the Persister
177+
* @param content If provided, this is a Content object from the Persister
178178
* that will be used to immediately wholesale update the Store.
179-
* @param changes If provided, this is a Changes object from the the Persister
179+
* @param changes If provided, this is a Changes object from the Persister
180180
* that will be used to immediately incrementally update the Store. This takes
181181
* priority over the content argument above if present.
182182
* @category Creation

src/@types/relationships/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@
103103
*
104104
* When called, a LinkedRowIdsListener is given a reference to the Relationships
105105
* object, the Id of the Relationship that changed, and the Id of the first Row
106-
* of the the linked list whose members changed.
106+
* of the linked list whose members changed.
107107
* @param relationships A reference to the Relationships object that changed.
108108
* @param relationshipId The Id of the Relationship that changed.
109-
* @param firstRowId The Id of the first Row of the the linked list whose
109+
* @param firstRowId The Id of the first Row of the linked list whose
110110
* members changed.
111111
* @category Listener
112112
* @since v1.0.0

src/@types/store/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@
11911191
* transaction, primarily used so that you can indicate whether the transaction
11921192
* should be rolled back.
11931193
*
1194-
* It provides both the the old and new Values in a two-part array. These
1194+
* It provides both the old and new Values in a two-part array. These
11951195
* describe the state of the changed Value in the Store at the _start_ of the
11961196
* transaction, and by the _end_ of the transaction.
11971197
*

src/@types/synchronizers/synchronizer-ws-server-durable-object/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
*
204204
* This is useful if you want to debug the synchronization process, though be
205205
* aware that this method is called very frequently. It is called with the Id
206-
* of the client the message came _from_, the the Id of the client the message
206+
* of the client the message came _from_, the Id of the client the message
207207
* is to be forwarded _to_, and the remainder of the message itself.
208208
*
209209
* Since this method is called often, it should be performant. The path Id is

0 commit comments

Comments
 (0)