docs/src/get-property.md

changeset 282
3070d72f54af
parent 265
ee9e63c437c4
child 283
0e36bb75a732
--- a/docs/src/get-property.md	Sat Aug 05 11:33:17 2017 +0200
+++ b/docs/src/get-property.md	Sat Aug 05 13:35:27 2017 +0200
@@ -3,18 +3,18 @@
 
 **`get-property [-pc] [-n <uri>] <url> <property>`**
 
-Gets a specified resource property. Every WebDAV property has a name and an XMl namespace. A namespace can be specified with the `-n` option or with a prefixed name. A prefix and property name are separated by an **:**
+Gets a specific resource property. Every WebDAV property has a name and an XML namespace. A namespace can be specified with the `-n` option or with a prefixed name. The prefix and property name are separated by a **:** as usual.
 
 Example: `D:creationdate`
 
 `D` is the prefix, `creationdate` is the name.
 
-There are only two available prefixes:
+There are only two available prefixes by default:
 
 1. `D` for the `DAV:` namespace
 2. `idav` for `http://davutils.org/`
 
-To use an other namespace, use the `-n` option.
+To use another namespace, use the `-n` option.
 
 If the property name has no prefix, and no namespace is specified, the default namespace `DAV:` is used.
 

mercurial