Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Fix typo in func-name-matching rule docs (#11484)
  • Loading branch information
revolter authored and not-an-aardvark committed Mar 6, 2019
1 parent 442da45 commit 44de9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/func-name-matching.md
Expand Up @@ -91,7 +91,7 @@ This rule takes an optional string of "always" or "never" (when omitted, it defa

### considerPropertyDescriptor

A boolean value that defaults to `false`. If `considerPropertyDescriptor` is set to true, the check will take into account the use `Object.create`, `Object.defineProperty`, `Object.defineProperties`, and `Reflect.defineProperty`.
A boolean value that defaults to `false`. If `considerPropertyDescriptor` is set to true, the check will take into account the use of `Object.create`, `Object.defineProperty`, `Object.defineProperties`, and `Reflect.defineProperty`.

Examples of **correct** code for the `{ considerPropertyDescriptor: true }` option:

Expand Down

0 comments on commit 44de9d7

Please sign in to comment.