diff --git a/docs/Style-Guide.md b/docs/Style-Guide.md index 53d0d29b5..c7f3c77ba 100644 --- a/docs/Style-Guide.md +++ b/docs/Style-Guide.md @@ -93,7 +93,7 @@ There was a problem with {nr} of your payments. There was a problem with {number} of your payments. ``` -### Constructing strings out of strings +### Avoid building strings out of strings While sometimes it is safe to use variables (when inserting numbers or proper nouns like names), other times it is better to avoid them entirely.