From 45f86b2965675d734b4e44e26440891d0a621a68 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Sat, 30 Nov 2019 10:53:46 -0800 Subject: [PATCH] Fixed a few punctuation issues. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index ceca3bc6d..4032a3f12 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,6 +1,6 @@ # Pyright Configuration -Pyright offers flexible configuration options specified in a JSON-formatted text configuration. By default, the file is called "pyrightconfig.json" and is located within the root directory of your project. Multi-root workspaces ("Add Folder to Workspace..."), are supported and each workspace root can have its own "pyrightconfig.json" file. +Pyright offers flexible configuration options specified in a JSON-formatted text configuration. By default, the file is called “pyrightconfig.json” and is located within the root directory of your project. Multi-root workspaces (“Add Folder to Workspace…”) are supported, and each workspace root can have its own “pyrightconfig.json” file. Relative paths specified within the config file are relative to the config file’s location. Paths with shell variables (including `~`) are not supported.