Skip to content

Commit c8e6997

Browse files
authored
Typo Correction
I am making a huge assumption that this word is wrong.
1 parent f9d67d0 commit c8e6997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $sdk->addResource('ideas', new class extends AbstractResource {
8787
});
8888
```
8989

90-
The resource we just added will not be accessible by its key "ideas" to forward calls to the resource:
90+
The resource we just added will now be accessible by its key "ideas" to forward calls to the resource:
9191

9292
```php
9393
$sdk->ideas->get();

0 commit comments

Comments
 (0)