Skip to content

Commit

Permalink
Merge pull request #132 from miloprice/patch-1
Browse files Browse the repository at this point in the history
Remove quote from spaces-block-params anchor link
  • Loading branch information
Allen Kerr committed Jan 26, 2018
2 parents c4c69fb + 01b4891 commit 8d8fb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Airbnb also maintains a [JavaScript Style Guide][airbnb-javascript].
* <a name="spaces-block-params"></a>Do not include space inside block
parameter pipes. Include one space between parameters in a block.
Include one space outside block parameter pipes.
<sup>[[link](#spaces-block-params")]</sup>
<sup>[[link](#spaces-block-params)]</sup>

```ruby
# bad
Expand Down

0 comments on commit 8d8fb05

Please sign in to comment.