Skip to content

Commit fd0c436

Browse files
author
Tony Sansone
committed
Fix spacing
1 parent 8f5770f commit fd0c436

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

src/get-dart/_mac.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Dart supports the latest three major versions of macOS.
2222

2323
| Platform | OS Versions |
2424
|----------|------------------------------------------|
25-
| macOS | {% for version in site.data.macos %}{% if version.eol != false %}{% break %}{%- else -%}{{version.cycle}} ({{version.codename}}){% endif %}, {% endfor %} |
25+
| macOS | {% for version in site.data.macos %}{% if version.eol != false %}{% break %}{%- else -%}{{version.cycle}} ({{version.codename}}){% endif %}{% if version.eol != false %}, {% endif %}{% endfor %} |
2626
{:.table .table-striped}
2727

2828
### Install using Homebrew
@@ -40,12 +40,10 @@ $ brew install dart
4040
### Verify PATH includes Homebrew
4141
{: .no_toc}
4242

43-
Verify that your `PATH` includes the **Homebrew `bin`.
44-
Setting up the path correctly makes it easier to use Dart SDK commands
45-
such as `dart run` and `dart format`.
46-
For help configuring your path,
47-
consult the [Homebrew FAQ.](https://docs.brew.sh/FAQ)
48-
{{site.alert.end}}
43+
Verify that your `PATH` includes the **Homebrew `bin` directory**.
44+
Setting up the correct path simplifies using Dart SDK commands
45+
such as `dart run` and `dart format`.
46+
To get help configuring your `PATH`, consult the [Homebrew FAQ][].
4947

5048
### Upgrade using Homebrew
5149
{: .no_toc}
@@ -86,3 +84,4 @@ $ brew info dart
8684
```
8785

8886
[Homebrew]: https://brew.sh
87+
[Homebrew FAQ]: https://docs.brew.sh/FAQ

src/get-dart/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Use **stable channel releases** for **production** environments.
9090
Examples of {{chnl}} channel version strings include {{examples}}.
9191

9292
To install a {{chnl}} channel release,
93-
{% if chnl != 'stable' %}
93+
{%- if chnl != 'stable' %}
9494
download the [SDK as a zip file][dl-sdk].
95-
{% else %}
95+
{%- else %}
9696
follow the [instructions on this page](#install)
9797
{% endif %}
9898

0 commit comments

Comments
 (0)