Skip to content

Commit

Permalink
Docs: Fix typo in v6 migration guide (#12412)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsonntag authored and platinumazure committed Oct 13, 2019
1 parent b094008 commit 24ca088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/migrating-to-6.0.0.md
Expand Up @@ -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.)

## <a name="experimental-object-rest-spread"></a> The depreacted `experimentalObjectRestSpread` option has been removed
## <a name="experimental-object-rest-spread"></a> 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:

Expand Down

0 comments on commit 24ca088

Please sign in to comment.