You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2021/06/10 08:25:21 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Fix typo

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new ee6458b  Fix typo
ee6458b is described below

commit ee6458b6a8b5b8ba13b82a784c512a338d888536
Author: David Bosschaert <da...@apache.org>
AuthorDate: Thu Jun 10 09:25:12 2021 +0100

    Fix typo
---
 docs/api-regions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/api-regions.md b/docs/api-regions.md
index b5a6bc0..6769c06 100644
--- a/docs/api-regions.md
+++ b/docs/api-regions.md
@@ -249,11 +249,11 @@ For each property a JSON object contains additional information about this prope
                     "options" : [
                         {
                             "title" : "Output to text file",
-                            "value" : "TEXT
+                            "value" : "TEXT"
                         },
                         {
                             "title" : "Output to console",
-                            "value" : "CONSOLE
+                            "value" : "CONSOLE"
                         }
                     ]
                 },