Skip to content

Commit e1b5bd4

Browse files
committed
Fix invalid JSON sample
Remove a comma that made the JSON invalid.
1 parent 3938c68 commit e1b5bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The `copyrightText` property is a string which may contain placeholders. Each pl
177177
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
178178
"variables": {
179179
"licenseName": "MIT",
180-
"licenseFile": "LICENSE",
180+
"licenseFile": "LICENSE"
181181
}
182182
}
183183
}

0 commit comments

Comments
 (0)