File tree Expand file tree Collapse file tree
packages/common/src/converter Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments