Removed duplicate "the" from documentation. (#59736)

This commit is contained in:
Adam Curtis
2018-10-01 20:30:06 -04:00
committed by Rachel Macfarlane
parent feffb38103
commit ccb63aacfa
5 changed files with 7 additions and 7 deletions

View File

@@ -24,5 +24,5 @@
"markdown.preview.toggleLock.title": "Toggle Preview Locking",
"configuration.markdown.preview.openMarkdownLinks.description": "How should clicking on links to markdown files be handled in the preview.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Try to open links in the editor",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the the markdown preview"
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the markdown preview"
}