Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Weizenbaum <[email protected]>
  • Loading branch information
jamesnw and nex3 authored Jan 6, 2025
1 parent 6f0178f commit ba927b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/documentation/syntax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ The indented syntax looks like this:

{% compatibility 'dart: "1.84.0"', 'libsass: false', 'ruby: false' %}{% endcompatibility %}

In the indented syntax, statements can span multiple lines, as long as line
In the indented syntax, statements can span multiple lines as long as line
breaks occur in places where the statement can’t end. This includes inside
parentheses or other brackets, or between keywords in a Sass-specific At Rule.
parentheses or other brackets, or between keywords in a Sass-specific @-rule.

```sass
.grid
Expand Down

0 comments on commit ba927b2

Please sign in to comment.