Skip to content

Commit

Permalink
Merge pull request sass#420 from alexander-doroshko/typos
Browse files Browse the repository at this point in the history
Typos fixed on the modules/selector page
  • Loading branch information
Awjin Ahn committed Dec 10, 2019
2 parents 20f9689 + aba384b commit 851d036
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/documentation/modules/selector.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ also just be normal strings (quoted or unquoted), or a combination. For example,
<% function 'selector.unify($selector1, $selector2)',
'selector.unify($selector1, $selector2)',
'selector-unify($selector1, $selector2)',
returns: 'selector | null' do %>
Returns a selector that matches only elements matched by *both* `$selector1`
and `$selector2`.
Expand Down Expand Up @@ -251,10 +251,10 @@ also just be normal strings (quoted or unquoted), or a combination. For example,
strings.

<% example(autogen_css: false) do %>
@debug selector.compound-selectors("a.disabled"); // a, .disabled
@debug selector.compound-selectors("main.blog:after"); // main, .blog, :after
@debug selector.simple-selectors("a.disabled"); // a, .disabled
@debug selector.simple-selectors("main.blog:after"); // main, .blog, :after
===
@debug selector.compound-selectors("a.disabled") // a, .disabled
@debug selector.compound-selectors("main.blog:after") // main, .blog, :after
@debug selector.simple-selectors("a.disabled") // a, .disabled
@debug selector.simple-selectors("main.blog:after") // main, .blog, :after
<% end %>
<% end %>

0 comments on commit 851d036

Please sign in to comment.