mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 14:17:55 -05:00
Minor typo
Remove extra dot
This commit is contained in:
@@ -683,7 +683,7 @@ Other Style Guides
|
||||
|
||||
> Why? It creates a version of the function that executes in the context of `this`, which is usually what you want, and is a more concise syntax.
|
||||
|
||||
> Why not? If you have a fairly complicated function, you might move that logic out into its own function declaration..
|
||||
> Why not? If you have a fairly complicated function, you might move that logic out into its own function declaration.
|
||||
|
||||
```javascript
|
||||
// bad
|
||||
|
||||
Reference in New Issue
Block a user