Browse Source

fix: typo

Konstantinos Kaloutas 2 years ago
parent
commit
516d98864c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/dev-practices.md

+ 1 - 1
docs/dev-practices.md

@@ -77,7 +77,7 @@ error if it detects an invalid query.
 Our translations can be configured incorrectly. We can catch some of these
 mistakes [as noted here](./contributing-to-translations.md#fix-mistakes).
 
-Punctuation and delimiting characters (e.g `:`, `:`, `?`) should be part of the translatable string.
+Punctuation and delimiting characters (e.g. `:`, `:`, `?`) should be part of the translatable string.
 Those characters and their position may vary depending on the language.
 
 ### Spell Checker