From 3d7d3b063eba13b4b90c7aa77c71ddd8b5418f54 Mon Sep 17 00:00:00 2001 From: Anita Caron Date: Mon, 25 Nov 2024 18:34:10 -0300 Subject: [PATCH] fix typo in fp_20 documentation missed in PR #141 --- util/dashboard/fp_020.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/dashboard/fp_020.py b/util/dashboard/fp_020.py index a1850c2..1ca2568 100644 --- a/util/dashboard/fp_020.py +++ b/util/dashboard/fp_020.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -## ## [Responsivess](http://obofoundry.org/principles/fp-020-responsiveness.html) Automated Check +## ## [Responsiveness](http://obofoundry.org/principles/fp-020-responsiveness.html) Automated Check ## ## Discussion on this check can be [found here](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/959). ##