From 24ca088fdc901feef8f10b050414fbde64b55c7d Mon Sep 17 00:00:00 2001 From: Benjamim Sonntag Date: Sun, 13 Oct 2019 02:35:22 +0100 Subject: [PATCH] Docs: Fix typo in v6 migration guide (#12412) --- docs/user-guide/migrating-to-6.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/migrating-to-6.0.0.md b/docs/user-guide/migrating-to-6.0.0.md index 2cc1575a3af..3baec19d95c 100644 --- a/docs/user-guide/migrating-to-6.0.0.md +++ b/docs/user-guide/migrating-to-6.0.0.md @@ -247,7 +247,7 @@ With this change, any unknown values in a `globals` object result in a config va **To address:** If you see config validation errors related to globals after updating, ensure that all values configured for globals are either `readonly`, `writable`, or `off`. (ESLint also accepts some alternate spellings and variants for compatibility.) -## The depreacted `experimentalObjectRestSpread` option has been removed +## The deprecated `experimentalObjectRestSpread` option has been removed Previously, when using the default parser, a config could use the `experimentalObjectRestSpread` option to enable parsing support for object rest/spread properties: