fix: typos

This commit is contained in:
yiliang114
2023-03-09 23:13:17 +08:00
parent 1b6f8ebd88
commit ef3dbb5e11
4 changed files with 7 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ const buildDate = new Date().toISOString();
*/
const createVSCodeWebProductConfigurationPatcher = (product) => {
/**
* @param content {string} The contens of the file
* @param content {string} The contents of the file
* @param path {string} The absolute file path, always using `/`, even on Windows
*/
const result = (content, path) => {
@@ -108,7 +108,7 @@ const createVSCodeWebProductConfigurationPatcher = (product) => {
*/
const createVSCodeWebBuiltinExtensionsPatcher = (extensionsRoot) => {
/**
* @param content {string} The contens of the file
* @param content {string} The contents of the file
* @param path {string} The absolute file path, always using `/`, even on Windows
*/
const result = (content, path) => {
@@ -128,7 +128,7 @@ const createVSCodeWebBuiltinExtensionsPatcher = (extensionsRoot) => {
*/
const combineContentPatchers = (...patchers) => {
/**
* @param content {string} The contens of the file
* @param content {string} The contents of the file
* @param path {string} The absolute file path, always using `/`, even on Windows
*/
const result = (content, path) => {