Skip to content

Commit d138512

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committed
Grammar fix in tsconfig template (#36941)
GitOrigin-RevId: c01603b93c3636bfcbad10e53246e95571dde044
1 parent fc40b6e commit d138512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/codegen_templates/tsconfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export function tsconfigCodegen() {
22
return `{
33
/* This TypeScript project config describes the environment that
44
* Convex functions run in and is used to typecheck them.
5-
* You can modify it, but some settings required to use Convex.
5+
* You can modify it, but some settings are required to use Convex.
66
*/
77
"compilerOptions": {
88
/* These settings are not required by Convex and can be modified. */

0 commit comments

Comments
 (0)