]> git.mxchange.org Git - friendica.git/commitdiff
Update doc/AddonStorageBackend.md
authorPhilipp <admin+Github@philipp.info>
Tue, 5 Oct 2021 16:35:50 +0000 (18:35 +0200)
committerPhilipp <admin@philipp.info>
Tue, 5 Oct 2021 18:07:13 +0000 (20:07 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
doc/AddonStorageBackend.md

index 19e956ce9e67967074c5bfc7991186ac4279f718..a10d5b00009e6acd71db69b74a23352454cec874 100644 (file)
@@ -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;