Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Apr 17, 2021
1 parent 5fe21ce commit a5c25f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ You can define 3 different behaviours:

```php
use ActivityPhp\Type;
use ActivityPhp\TypeConfiguration;
use ActivityPhp\Type\TypeConfiguration;

$note = Type::create('Note');

Expand Down Expand Up @@ -316,7 +316,7 @@ You can define 3 different behaviours:

```php
use ActivityPhp\Type;
use ActivityPhp\TypeConfiguration;
use ActivityPhp\Type\TypeConfiguration;

$note = Type::create('Note');

Expand Down

0 comments on commit a5c25f3

Please sign in to comment.