We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c900783 commit d6df640Copy full SHA for d6df640
packages/kit/scripts/update_version.js
@@ -7,7 +7,7 @@ const pkg = JSON.parse(fs.readFileSync('package.json', 'utf-8'));
7
8
fs.writeFileSync(
9
'src/version.js',
10
- `// This file get's auto-updated on each release. Please don't edit it manually.
+ `// This file is auto-updated on each release. Please don't edit it manually.
11
export const VERSION = '${pkg.version}';
12
`
13
);
0 commit comments