Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ The correct way to apply the function grouping style when chaining is to use it

```coffeescript
($ '#selektor').addClass('klass').hide() # Yes
($ '#selektor').(addClass 'klass').hide() # No
(($ '#selektor').addClass 'klass').hide() # No
```

This guide does not prescribe the use of the function grouping style or the alternative. However, **if the function grouping style is adopted for a particular project, be consistent with its usage.**
Expand Down