From 809b8960b74155c02ef5b6e68944bbf125af0535 Mon Sep 17 00:00:00 2001 From: Greg Slepak Date: Wed, 4 Oct 2023 10:27:09 -0700 Subject: [PATCH] Update Style-Guide.md typo --- docs/Style-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Style-Guide.md b/docs/Style-Guide.md index 8b0930930f..20ba01b4a3 100644 --- a/docs/Style-Guide.md +++ b/docs/Style-Guide.md @@ -88,7 +88,7 @@ There was a problem with {nr} of your payments. ``` ``` -Export your {type} payment history to .csv` +Export your {type} payment history to .csv ``` ✅ Be clear what values the variable might take on: @@ -98,7 +98,7 @@ There was a problem with {number} of your payments. ``` ``` -Export your {sent_or_received} payment history to .csv` +Export your {sent_or_received} payment history to .csv ``` ## Accessibility Style Guide