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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new a751b9ca4 UNOMI-656: Fixed typos (#486)
a751b9ca4 is described below

commit a751b9ca41a5e4b7437b0dd1a886104140bb048d
Author: Francois G <[email protected]>
AuthorDate: Thu Sep 1 10:04:56 2022 -0400

    UNOMI-656: Fixed typos (#486)
---
 manual/src/main/asciidoc/configuration.adoc | 4 ++--
 manual/src/main/asciidoc/whats-new.adoc     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/manual/src/main/asciidoc/configuration.adoc 
b/manual/src/main/asciidoc/configuration.adoc
index e3c885cee..328c9866d 100644
--- a/manual/src/main/asciidoc/configuration.adoc
+++ b/manual/src/main/asciidoc/configuration.adoc
@@ -793,5 +793,5 @@ If you are using Elasticsearch in a production environment, 
you will most likely
 
 The following permissions are required by Unomi:
 
- - required cluster privileges: `manage` OR `al`l
- - required index privileges on unomi indices: ((`write`) AND (`manage`) AND 
(`read`)) OR `all`
+ - required cluster privileges: `manage` OR `all`
+ - required index privileges on unomi indices: `write, manage, read` OR `all`
diff --git a/manual/src/main/asciidoc/whats-new.adoc 
b/manual/src/main/asciidoc/whats-new.adoc
index 7ef355e3d..b04296865 100644
--- a/manual/src/main/asciidoc/whats-new.adoc
+++ b/manual/src/main/asciidoc/whats-new.adoc
@@ -74,13 +74,13 @@ If you are using custom events/objects, please refer to the 
detailed migration g
 
 ==== Removal of the Web Tracker
 
+[TODO: Add more details about the web tracker]
+
 Apache Unomi 2.0 Web Tracker, previously located in `extensions/web-tracker/` 
has been removed.
 We considered it as outdated and instead recommend implementing your own 
tracker logic based on your project
 use case.
 
-[TODO: Add more details about the web tracker]
-
-==== GraphQL API (beta)
+==== GraphQL API - beta
 
 Apache Unomi 2.0 sees the introduction of a new (beta) GraphQL API. 
 Available behind a feature flag (the API disabled by default), the GraphQL API 
is available for you to play with. 

Reply via email to