We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29938d commit 1bc4912Copy full SHA for 1bc4912
packages/node/src/types.ts
@@ -6,7 +6,7 @@ export interface BaseNodeOptions {
6
/** Sets an optional server name (device name) */
7
serverName?: string;
8
9
- // We have this option seperately in both the node options and the browser options, so that we can have different JSDoc
+ // We have this option separately in both, the node options and the browser options, so that we can have different JSDoc
10
// comments, since this has different behaviour in the Browser and Node SDKs.
11
/**
12
* List of strings/regex controlling to which outgoing requests
0 commit comments