You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/01/05 12:29:54 UTC

[isis] branch v2 updated: ISIS-1911: minor: adoc typo fixes

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new 976c4c9  ISIS-1911: minor: adoc typo fixes
976c4c9 is described below

commit 976c4c94e72edd3e866f1944203b97263d098831
Author: andi-huber <ah...@apache.org>
AuthorDate: Sat Jan 5 13:29:39 2019 +0100

    ISIS-1911: minor: adoc typo fixes
---
 adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_i18n.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_i18n.adoc b/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_i18n.adoc
index 96dfabb..9265b19 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_i18n.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_i18n.adoc
@@ -651,12 +651,12 @@ To force read mode (ie use translations) even if in prototype mode, add the foll
 isis.services.translation.po.mode=read
 ----
 
-It's also possible to disable the service complelely.
+It's also possible to disable the service completely (using values 'disable' or 'disabled').
 This can sometimes be useful in integration tests.
 
 [source,ini]
 ----
-isis.services.translation.po.mode=disables
+isis.services.translation.po.mode=disable
 ----
 ----