Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos in documentation (DEV-849) #189

Merged
merged 2 commits into from Apr 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/dsp-tools-xmlupload.md
Expand Up @@ -208,7 +208,7 @@ Example for a property element of type text (`<text-prop>`) with two value eleme
```

| ⚠ Look out |
|:-----------------------------------------------------------------------------------------------------------------------------------------------|
| :--------------------------------------------------------------------------------------------------------------------------------------------- |
| In case of a cardinality 1-n, multiple `<text>` tags have to be created inside the `<text-prop>` tag (do not use multiple `<text-prop>` tags). |

The following property elements exist:
Expand Down Expand Up @@ -788,16 +788,16 @@ To do an incremental XML upload, one of the following procedures is recommended.
</permissions>
<permissions id="res-restricted">
<allow group="KnownUser">V</allow>
<allow group="Creator">CR</allow>>
<allow group="ProjectAdmin">CR</allow>>
<allow group="anything:Thing searcher">M</allow>>
<allow group="Creator">CR</allow>
<allow group="ProjectAdmin">CR</allow>
<allow group="anything:Thing searcher">M</allow>
</permissions>
<permissions id="prop-default">
<allow group="UnknownUser">V</allow>
<allow group="KnownUser">V</allow>
<allow group="Creator">CR</allow>
<allow group="ProjectAdmin">CR</allow>>
<allow group="anything:Thing searcher">D</allow>>
<allow group="ProjectAdmin">CR</allow>
<allow group="anything:Thing searcher">D</allow>
</permissions>
<permissions id="prop-restricted">
<allow group="KnownUser">V</allow>
Expand Down