From 90111559f9613e2a11c2f6fa2bf2a00345eab5f3 Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Fri, 16 May 2025 16:14:01 +0200 Subject: [PATCH] fix(specs): typo Fix a typo in the description of the patchCrawler spec. --- specs/crawler/paths/crawler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/crawler/paths/crawler.yml b/specs/crawler/paths/crawler.yml index acbdc46624c..9b13b14cf45 100644 --- a/specs/crawler/paths/crawler.yml +++ b/specs/crawler/paths/crawler.yml @@ -32,7 +32,7 @@ patch: Change the crawler's name. While you _could_ use this endpoint to replace the crawler configuration, - you should [update it](#tag/config/operation/patchConfig) instead since cnfiguration changes made here aren't [versioned](#tag/config/operation/listConfigVersions). + you should [update it](#tag/config/operation/patchConfig) instead since configuration changes made here aren't [versioned](#tag/config/operation/listConfigVersions). If you replace the configuration, you must provide the full configuration, including any settings you want to keep.