This is an automated email from the ASF dual-hosted git repository.
kwin 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 28f1db8 fix some more typos
28f1db8 is described below
commit 28f1db88712f10cda6acb6a265cc2c508edc4dad
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Apr 15 08:54:14 2021 +0200
fix some more typos
---
.../documentation/bundles/content-loading-jcr-contentloader.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/jbake/content/documentation/bundles/content-loading-jcr-contentloader.md
b/src/main/jbake/content/documentation/bundles/content-loading-jcr-contentloader.md
index cc7c170..c2d17db 100644
---
a/src/main/jbake/content/documentation/bundles/content-loading-jcr-contentloader.md
+++
b/src/main/jbake/content/documentation/bundles/content-loading-jcr-contentloader.md
@@ -1,10 +1,10 @@
-title=Content Loading and Nodetype/Namespace Support (jcr.contentloader)
+title=Content Loading and Node Type/Namespace Support (jcr.contentloader)
type=page
status=published
tags=contentloading,nodetypes
~~~~~~
-Apache Sling provides support for initial content loading into a repository
and for registering node types. The
[`sling-jcr-contentloader`](https://github.com/apache/sling-org-apache-sling-jcr-contentloader)
bundle provides loading of content from a bundle into the repository and the
[`sling-jcr-base`](https://github.com/apache/sling-org-apache-sling-jcr-base)
bundle provides node type and namespace registration. See [Content-Package
based development](/documentation/development/content- [...]
+Apache Sling provides support for initial content loading into a repository
and for registering node types and namespaces. The
[`sling-jcr-contentloader`](https://github.com/apache/sling-org-apache-sling-jcr-contentloader)
bundle provides loading of content from a bundle into the repository and the
[`sling-jcr-base`](https://github.com/apache/sling-org-apache-sling-jcr-base)
bundle provides node type and namespace registration. See [Content-Package
based development](/documentation/devel [...]
## Initial Content Loading