Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKlaus <klaus@jsxc.org>2020-09-10 18:44:34 +0300
committerGitHub <noreply@github.com>2020-09-10 18:44:34 +0300
commit87c2ecd778c43966920cc115f23c7656e1c6b1c8 (patch)
treeacff51196eac9d87ca087e9b032c4dea20adf22f /docs
parent73a242f50553a576a330467811a5e48696c86724 (diff)
Update create.md
Diffstat (limited to 'docs')
-rw-r--r--docs/create.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/create.md b/docs/create.md
index 69b2ef6c..f0908166 100644
--- a/docs/create.md
+++ b/docs/create.md
@@ -23,7 +23,7 @@ The following values **must** be set before publishing an event:
Additionally these values **can** be set:
* `setAuthor()` - if no author is set, the current user will be used
-* `setTimestamp()` - if no not set, the current time will be used
+* `setTimestamp()` - if no time is set, the current time will be used
* `setMessage()`
* `setLink()` - should be done in `IProvider::parse()`
* `setIcon()` - should be done in `IProvider::parse()`