Pārlūkot izejas kodu

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

relevent -> relevant
Ikko Ashimine 3 gadi atpakaļ
vecāks
revīzija
a3b35f03bd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      website/src/docs/companion.md

+ 1 - 1
website/src/docs/companion.md

@@ -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.