mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix typo
This commit is contained in:
parent
33e166d7a6
commit
4a18ae7cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Execution extends Model
|
|||
])
|
||||
->addRule('$updatedAt', [
|
||||
'type' => self::TYPE_DATETIME,
|
||||
'description' => 'Execution upate date in ISO 8601 format.',
|
||||
'description' => 'Execution update date in ISO 8601 format.',
|
||||
'default' => '',
|
||||
'example' => self::TYPE_DATETIME_EXAMPLE,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue