Skip to content

Commit

Permalink
fix/few minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bratelefant committed Jan 24, 2024
1 parent ffe0522 commit 407c1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ddp.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class DDP extends EventEmitter {
}

/**
* Closesthe underlying socket connection.
* Closes the underlying socket connection.
* If `disconnect` is called, the caller likely doesn't want
* the instance to try to auto-reconnect. Therefore, we set the
* `autoReconnect` flag to false.
Expand Down
2 changes: 1 addition & 1 deletion lib/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class Queue {
}

/**
* clears all elements from the queue
* Clears all elements from the queue
*/
empty() {
this.queue = [];
Expand Down

0 comments on commit 407c1f9

Please sign in to comment.