Skip to content

Commit 91ca9ec

Browse files
authored
Fix typos and linguistic errors in documentation (#1020)
Signed-off-by: Sebastien Dionne <survivant00@gmail.com>
1 parent f940d85 commit 91ca9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function buildPackage(openapiGeneratorCliVersion, openapiGeneratorCliDownl
8484
// download the java binary
8585
await downloadFile(openapiGeneratorCliDownloadLink, path.resolve(packageDistDir, 'bin/openapi-generator.jar'));
8686

87-
// copy all files which are listen in the package.json (files property) to package dist directory
87+
// copy all files which are listed in the package.json (files property) to package dist directory
8888
packageInfo.files
8989
.filter(file => !file.endsWith('openapi-generator.jar'))
9090
.forEach(async file => await fs.copy(path.resolve(file), path.resolve(packageDistDir, file)));

0 commit comments

Comments
 (0)