From 8a79f4c1d712f0049312aa2eef4ac9e1d03b1f24 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Mon, 20 Nov 2023 11:04:05 -0600 Subject: [PATCH] Fix typos in output of health graph --- src/Graph.idr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graph.idr b/src/Graph.idr index 9411066..4a3d5b4 100644 --- a/src/Graph.idr +++ b/src/Graph.idr @@ -134,7 +134,7 @@ healthGraph openPullRequests = header : Doc AnsiStyle header = vsep $ catMaybes [ Just $ emptyDoc - , Just $ pretty "Open Pull Requests grouped by month craetaed." + , Just $ pretty "Open Pull Requests grouped by month created." , Just $ emptyDoc , Just $ emptyDoc ]