This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new da88b76 typo
da88b76 is described below
commit da88b76b6a6756bd28c0dd2157439a3511a6408f
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Aug 16 11:20:35 2018 +0200
typo
---
resource-schemas/README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/resource-schemas/README.md b/resource-schemas/README.md
index 0d2c5c2..329f38e 100644
--- a/resource-schemas/README.md
+++ b/resource-schemas/README.md
@@ -4,13 +4,13 @@ Sling Resource Schemas prototype
This is a (very rough for now) prototype using schemas to describe Sling
resource types: their data model,
actions that can be taken on specific resource types, default content, default
access control etc.
-The goal is to generate self-describing HTTP APIs as well as a basic (but
progressively enhanceable) HTML UI to create content,
+The goal is to generate self-describing HTTP APIs as well as a basic (but
progressively enhanceable) HTML UI to manage content,
based on schemas that describe the content and behavior of resource types in
detail.
The data part of the schemas aims to use JSON Schema principles, with
extensions to define actions, default content,
default access control and other non-data aspects.
-However, or now schemas are just hardcoded in Java
-(in the
[DemoSchemas.java](./demo/src/main/java/org/apache/sling/resourceschemas/demo/schemas/DemoSchemas.java)
)
+However, for now schemas are just hardcoded in Java
+(in
[DemoSchemas.java](./demo/src/main/java/org/apache/sling/resourceschemas/demo/schemas/DemoSchemas.java)
)
, as the goal is to demonstrate the overall behavior without caring much
-about such "details" as how the schemas are defined. at this point.
+about such "details" as how the schemas are defined.