mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Fix typo in doc
This commit is contained in:
parent
87eb3d5ef2
commit
160d462d3f
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ But if you want to use classes from another library, you need to use the full na
|
|||
|
||||
```
|
||||
<?php
|
||||
namespace \Frienidca;
|
||||
namespace \Friendica;
|
||||
|
||||
class Diaspora {
|
||||
public function md2bbcode() {
|
||||
|
@ -173,7 +173,7 @@ if you use that class in many places of the code and you don't want to write the
|
|||
|
||||
```
|
||||
<?php
|
||||
namespace \Frienidca;
|
||||
namespace \Friendica;
|
||||
|
||||
use \Michelf\MarkdownExtra;
|
||||
|
||||
|
|
Loading…
Reference in a new issue