Skip to content

Commit c703ea8

Browse files
committed
update comment
1 parent f66f93a commit c703ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/platform/node/grpc_connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { NodeCallback, nodePromise } from '../../util/node_api';
3535
import { Deferred } from '../../util/promise';
3636

3737
// TODO: Fetch runtime version from grpc-js/package.json instead
38-
// when there's a cleaner way to dynamic require in both Node ESM and CJS
38+
// when there's a cleaner way to dynamic require JSON in both Node ESM and CJS
3939
const grpcVersion = '__GRPC_VERSION__';
4040

4141
const LOG_TAG = 'Connection';

0 commit comments

Comments
 (0)