From bb64f1cb77630bf8ea770cfcf7a5e6bcea05ac6d Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 5 Oct 2021 18:35:50 +0200 Subject: [PATCH] Update doc/AddonStorageBackend.md Co-authored-by: Hypolite Petovan --- doc/AddonStorageBackend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AddonStorageBackend.md b/doc/AddonStorageBackend.md index 19e956ce9e..a10d5b0000 100644 --- a/doc/AddonStorageBackend.md +++ b/doc/AddonStorageBackend.md @@ -38,7 +38,7 @@ interface IWritableStorage Each storage backend can have options the admin can set in admin page. To make the options possible, you need to implement the `Friendica\Model\Storage\IStorageConfiguration` interface. -All methods in the interface mus be implemented: +All methods in the interface must be implemented: ```php namespace Friendica\Model\Storage\IStorageConfiguration;