From 10453628e7cfa4834ed1d0179f197540ccc7fc40 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Thu, 20 Aug 2020 10:36:52 -0600 Subject: [PATCH] Fix typo in error message --- hubsrht/blueprints/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubsrht/blueprints/projects.py b/hubsrht/blueprints/projects.py index 63d710e..0a4072d 100644 --- a/hubsrht/blueprints/projects.py +++ b/hubsrht/blueprints/projects.py @@ -29,7 +29,7 @@ You can visit the following URL: {ext_origin}{url_for("sources.sources_GET", owner=owner.canonical_name, project_name=project.name)} -To the browse source repositories for this project. +To browse the source repositories for this project. """