From 4394319b0c2f01c61177e26b9c5353e33b14b262 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 10 Jun 2023 22:34:35 +0100 Subject: [PATCH 1/2] Update companion.md --- docs/companion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/companion.md b/docs/companion.md index 5799365a9..7c95d8b88 100644 --- a/docs/companion.md +++ b/docs/companion.md @@ -807,7 +807,7 @@ with an `Error`): The class must also have: -- A unique `authProvider` string property - a lowercased value which typically +- A unique `static authProvider` string property - a lowercased value which typically indicates the name of the provider (e.g “dropbox”). - A `static` property `static version = 2`, which is the current version of the Companion Provider API. From 11f9361057f6223dd275c139d97db17907ba84f9 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 15 Jun 2023 17:16:09 +0200 Subject: [PATCH 2/2] fix prettier --- docs/companion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/companion.md b/docs/companion.md index 7c95d8b88..2116fd277 100644 --- a/docs/companion.md +++ b/docs/companion.md @@ -807,8 +807,8 @@ with an `Error`): The class must also have: -- A unique `static authProvider` string property - a lowercased value which typically - indicates the name of the provider (e.g “dropbox”). +- A unique `static authProvider` string property - a lowercased value which + typically indicates the name of the provider (e.g “dropbox”). - A `static` property `static version = 2`, which is the current version of the Companion Provider API.