Fix typo in doc
This commit is contained in:
@@ -160,7 +160,7 @@ But if you want to use classes from another library, you need to use the full na
|
|||||||
|
|
||||||
```
|
```
|
||||||
<?php
|
<?php
|
||||||
namespace \Frienidca;
|
namespace \Friendica;
|
||||||
|
|
||||||
class Diaspora {
|
class Diaspora {
|
||||||
public function md2bbcode() {
|
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
|
<?php
|
||||||
namespace \Frienidca;
|
namespace \Friendica;
|
||||||
|
|
||||||
use \Michelf\MarkdownExtra;
|
use \Michelf\MarkdownExtra;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user