Skip to content

Commit 502a392

Browse files
authored
Merge pull request #225 from msujaws/patch-1
fixed typo in string example
2 parents b37d042 + 8c58b2c commit 502a392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/terms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ consistently across the localization of the entire product.
1010
-brand-name = Firefox
1111
1212
about = About { -brand-name }.
13-
update-successul = { -brand-name } has been updated.
13+
update-successful = { -brand-name } has been updated.
1414
```
1515

1616
## Parameterized Terms
@@ -66,7 +66,7 @@ without any parentheses, the default variant will be used.
6666
}
6767
6868
# "Firefox has been successfully updated."
69-
update-succesful = { -brand-name } został pomyślnie zaktualizowany.
69+
update-successful = { -brand-name } został pomyślnie zaktualizowany.
7070
```
7171

7272
## Terms and Attributes

0 commit comments

Comments
 (0)