diff --git a/README.md b/README.md index 420ef12..a7765ee 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ PrintCode converts the code being edited into an HTML file, displays it by brows | printFilePath | filename | Amount of file's path info in document title | | browserPath | none | Open with your non-default browser | | webServerPort | 4649 | Port number for local WebServer. | -| disableTelemetry | false | Dont't include Google Analytics code on page | +| disableTelemetry | false | Don't include Google Analytics code on page | | autoPrint | true | Pop up print dialog automatically | | additionalStyleSheet | none | Insert additional StyleSheet | diff --git a/package.json b/package.json index 4519b99..09b8677 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ }, "printcode.disableTelemetry": { "type": "boolean", - "description": "Dont't include Google Analytics code on page.", + "description": "Don't include Google Analytics code on page.", "default": false }, "printcode.autoPrint": {