Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dail authored and ljharb committed Nov 10, 2017
1 parent e8dd8d9 commit dec1505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme/src/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function matchAttributeSelector(node, token) {
return is(nodePropValue, value);
/**
* Represents an element with the att attribute whose value is a whitespace-separated
* list of words, one of which is exactly
* list of words, one of which is exactly
* @example
* [rel~="copyright"] matches rel="copyright other"
*/
Expand Down

0 comments on commit dec1505

Please sign in to comment.