From f7f57c817d5e36fba54c16cc1f04eb59edb98317 Mon Sep 17 00:00:00 2001 From: Jason3S Date: Fri, 7 Jan 2022 14:41:57 +0000 Subject: [PATCH] ci: Workflow Bot -- Integration shoelace-style/shoelace Update References --- cspell.schema.json | 2 +- packages/cspell-types/cspell.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cspell.schema.json b/cspell.schema.json index b37f43d004d0..49d4a0a79693 100644 --- a/cspell.schema.json +++ b/cspell.schema.json @@ -7,7 +7,7 @@ "properties": { "cacheLocation": { "$ref": "#/definitions/FSPathResolvable", - "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which" + "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which it is defined.\n\nA prefix of `${cwd}` is replaced with the current working directory." }, "cacheStrategy": { "$ref": "#/definitions/CacheStrategy", diff --git a/packages/cspell-types/cspell.schema.json b/packages/cspell-types/cspell.schema.json index b37f43d004d0..49d4a0a79693 100644 --- a/packages/cspell-types/cspell.schema.json +++ b/packages/cspell-types/cspell.schema.json @@ -7,7 +7,7 @@ "properties": { "cacheLocation": { "$ref": "#/definitions/FSPathResolvable", - "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which" + "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which it is defined.\n\nA prefix of `${cwd}` is replaced with the current working directory." }, "cacheStrategy": { "$ref": "#/definitions/CacheStrategy",