Skip to content

Commit

Permalink
Updated per @domesticmouse and @sfshaza2 reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
atsansone committed Nov 27, 2023
1 parent a6f9e57 commit 28000fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/_includes/docs/install/flutter-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ complete Flutter development environment for {{include.os}}.

As you chose to develop for {{include.target}},
you do not need _all_ components.
If you followed this guide, result of your command should resemble:
If you followed this guide, the result of your command should resemble:

```terminal
{% include docs/install/flutter-doctor-success.md %}
Expand All @@ -56,4 +56,4 @@ Check the output for other software you might need to install
or further tasks to perform.

If you change the configuration of your Flutter SDK or its related components,
run `flutter doctor` again to verify the install again.
run `flutter doctor` again to verify the install.
2 changes: 1 addition & 1 deletion src/_sass/components/_admonitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
aside.alert-icon > p {
padding-left: 1.25rem;
text-indent: -0.75rem;
}
}
4 changes: 2 additions & 2 deletions src/assets/js/archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function updateReleaseDownloadButton(releases, base_url, os, arch = '') {
element.textContent = archiveFilename;
});

const genericDownloadLink = document.querySelectorAll(`.download-latest-link-filename`);
const genericDownloadLink = document.querySelectorAll('.download-latest-link-filename');
genericDownloadLink.forEach(function (element) {
element.textContent = archiveFilename;
});
Expand Down Expand Up @@ -306,4 +306,4 @@ document.addEventListener("DOMContentLoaded", function(_) {
if (foundLatestLinux) {
fetchFlutterReleases('linux', updateDownloadLink, updateDownloadLinkFailed);
}
});
});

0 comments on commit 28000fb

Please sign in to comment.