Settings description typos

This commit is contained in:
gregvanl
2021-07-26 11:47:38 -07:00
parent 26625e8fb3
commit 91ae221db4
8 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{
"displayName": "Markdown Math",
"description": "Adds math support to markdown in notebooks.",
"config.markdown.math.enabled": "Enable/disable rendering math in the built-in markdown preview."
"description": "Adds math support to Markdown in notebooks.",
"config.markdown.math.enabled": "Enable/disable rendering math in the built-in Markdown preview."
}