Skip to content

Commit 92094aa

Browse files
authored
Fix a broken link in the README. (dart-archive/test_descriptor#4)
1 parent 0720149 commit 92094aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/test_descriptor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ finishes running.
4747
[sandbox]: https://www.dartdocs.org/documentation/test_descriptor/latest/test_descriptor/sandbox.html
4848

4949
This package is [`term_glyph`][term_glyph] aware. It will decide whether to use
50-
ASCII or Unicode glyphs based on the [`glyph.ascii`][glyph.ascii] attribute.
50+
ASCII or Unicode glyphs based on the [`glyph.ascii`][ascii] attribute.
5151

5252
[term_glyph]: https://pub.dartlang.org/packages/term_glyph
53-
[gylph.ascii]: https://www.dartdocs.org/documentation/term_glyph/latest/term_glyph/ascii.html
53+
[ascii]: https://www.dartdocs.org/documentation/term_glyph/latest/term_glyph/ascii.html

0 commit comments

Comments
 (0)