You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/09/24 13:43:28 UTC

[sling-site] branch master updated: Typo fix

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e5d1924  Typo fix
e5d1924 is described below

commit e5d1924a40bdd41375a76205022a59f033164103
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Sep 24 15:43:23 2021 +0200

    Typo fix
---
 .../documentation/the-sling-engine/mappings-for-resource-resolution.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md b/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md
index 69a1d5c..8bfca94 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/mappings-for-resource-resolution.md
@@ -93,7 +93,7 @@ To illustrate the matching and replacement is applied according to the following
 
 At the end of the loop, `result` contains the mapped path or `null` if no entry matches the request `path`.
 
-**NOTE:** Since the entries in the `/etc/map` are also used to reverse map any resource paths to URLs, using regular expressions with wildcards in the Root Level Mappings prevent the respective entries from being used for reverse mappings. Therefor, it is strongly recommended to not use regular expression matching, unless you have a strong need.
+**NOTE:** Since the entries in the `/etc/map` are also used to reverse map any resource paths to URLs, using regular expressions with wildcards in the Root Level Mappings prevent the respective entries from being used for reverse mappings. Therefore, it is strongly recommended to not use regular expression matching, unless you have a strong need.
 
 #### Regular Expressions for Reverse Mappings