From 811c7d94d4964f8833dfba6a8d3fd9015262afa5 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 3 Sep 2024 15:49:19 +0200 Subject: [PATCH] Update docs/services/general-info/add-translations.md Co-authored-by: Phil Davis --- docs/services/general-info/add-translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```