docs: fix typo in companion.md (#3240)

relevent -> relevant
This commit is contained in:
Ikko Ashimine 2021-10-06 00:05:15 +09:00 committed by GitHub
parent 0ef42d1ff7
commit a3b35f03bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -480,7 +480,7 @@ The class must also have an `authProvider` string (lowercased) field which typic
"requestPath": "file-or-folder-requestpath",
// datetime string (in ISO 8601 format) of when this item was last modified
"modifiedDate": "2020-06-29T19:59:58Z",
// the size in bytes of the item. Only relevent if the item is NOT a folder
// the size in bytes of the item. Only relevant if the item is NOT a folder
"size": 278940,
"custom": {
// an object that may contain some more custom fields that you may need to send to the client. Only add this object if you have a need for it.