From 724ccf1d406a51bc826a224be900b3c38b16a3d9 Mon Sep 17 00:00:00 2001 From: Jason3S Date: Fri, 7 Jan 2022 14:42:10 +0000 Subject: [PATCH] ci: Workflow Bot -- Integration apollographql/apollo-server 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 b37f43d004d..49d4a0a7969 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 b37f43d004d..49d4a0a7969 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",