From 68903792e989d710cd26829247ecf9c2960f3eab Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 5 Oct 2021 23:36:10 +0900 Subject: [PATCH] docs: fix typo in companion.md relevent -> relevant --- website/src/docs/companion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/companion.md b/website/src/docs/companion.md index 68f64d49fa..8bead815b4 100644 --- a/website/src/docs/companion.md +++ b/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.