diff --git a/docs/services/general-info/add-translations.md b/docs/services/general-info/add-translations.md index 8b96d8ca52..46065f6428 100644 --- a/docs/services/general-info/add-translations.md +++ b/docs/services/general-info/add-translations.md @@ -44,7 +44,7 @@ Translations have a `context` and a `translatable string`. The context is shown source_lang = en type = PO ``` - Note: o: organsiation, p: project, r: resource + Note: o: organization, p: project, r: resource * Create a go file like `templates.go` in `ocis/services//pkg/service` that will define your translation sources like the following: ```