Skip to content

Commit

Permalink
fix typo and tidy-up rationale
Browse files Browse the repository at this point in the history
com.google.fonts/check/description/broken_links
On the Google Fonts profile.

(issue #4764)
  • Loading branch information
felipesanches committed Jun 21, 2024
1 parent a326e75 commit a517721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lib/fontbakery/checks/googlefonts/description.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ def com_google_fonts_check_description_has_unsupported_elements(
id="com.google.fonts/check/description/broken_links",
conditions=["network", "description_and_article_html"],
rationale="""
The snippet of HTML in the DESCRIPTION.en_us.html/ARTICLE.en_us.html file is added
to the font family webpage on the Google Fonts website. For that reason, all hyperlinks
in it must be properly working.
The snippet of HTML in the DESCRIPTION.en_us.html/ARTICLE.en_us.html file is
added to the font family webpage on the Google Fonts website. For that reason,
all hyperlinks in it must be properly working.
""",
proposal=[
"legacy:check/003",
Expand Down Expand Up @@ -276,7 +276,7 @@ def com_google_fonts_check_description_broken_links(description_and_article_html
yield FAIL, Message(
"broken-links",
f"The following links are broken"
f" in the f{source} file:\n\t"
f" in the {source} file:\n\t"
f"{broken_links_list}",
)

Expand Down

0 comments on commit a517721

Please sign in to comment.