From 5f9fce6293d49e2c000a8804abf50412ff82d941 Mon Sep 17 00:00:00 2001 From: Michael S Date: Mon, 2 Sep 2019 11:35:33 -0700 Subject: [PATCH] Typo Telemetry description in README (English) and package.json: Dont't -> Don't --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {