Skip to content

Commit

Permalink
docs: fix typos in documentation (DEV-849) (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Apr 28, 2022
1 parent 8ca6f87 commit f887edd
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit f887edd

Please sign in to comment.