Skip to content

Commit 1b6c2b9

Browse files
committed
fix extstore formatting issue.
1 parent af5dbe1 commit 1b6c2b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/common/src/converter/extstore.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const DEFAULT_PAYLOAD_SIZE_THRESHOLD = 256 * 1024;
115115
/**
116116
* Configuration for external storage. Holds the registered drivers, an
117117
* optional selector, and the size threshold above which payloads are
118-
* eligible for offloading to external storage. A selector function is
118+
* eligible for offloading to external storage. A selector function is
119119
* required when more than one driver is registered.
120120
*
121121
* @internal
@@ -125,7 +125,7 @@ export class ExternalStorage {
125125
readonly drivers: StorageDriver[];
126126
/**
127127
* Selects the destination driver for each payload, or returns `null` to keep
128-
* the payload inline.
128+
* the payload inline.
129129
*/
130130
readonly driverSelector: StorageDriverSelector;
131131
readonly payloadSizeThreshold: number;

0 commit comments

Comments
 (0)