Fix typo in doc

pull/3076/head
Hypolite Petovan 2017-01-11 18:42:49 +11:00
parent 87eb3d5ef2
commit 160d462d3f
1 changed files with 2 additions and 2 deletions

View File

@ -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;