Skip to content

Commit d6df640

Browse files
Rich HarrisIvan Hofer
authored andcommitted
oops
1 parent c900783 commit d6df640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/scripts/update_version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const pkg = JSON.parse(fs.readFileSync('package.json', 'utf-8'));
77

88
fs.writeFileSync(
99
'src/version.js',
10-
`// This file get's auto-updated on each release. Please don't edit it manually.
10+
`// This file is auto-updated on each release. Please don't edit it manually.
1111
export const VERSION = '${pkg.version}';
1212
`
1313
);

0 commit comments

Comments
 (0)