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 f27745d commit 9e2dd8eCopy full SHA for 9e2dd8e
scripts/updateInjectVersionSemver.js
@@ -1,7 +1,7 @@
1
/* eslint-disable */
2
/**
3
* This script updates the file __DOCS__/resources/injectVersionSemver.js.
4
- * It needs to run on every docs generation so that we have an updated pacakge version in docs.
+ * It needs to run on every docs generation so that we have an updated package version in docs.
5
*/
6
const fs = require('fs');
7
const pkg = require('../package.json');
0 commit comments