Skip to content

Commit b234adf

Browse files
authored
two typos
1 parent 2ee39fd commit b234adf

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
@@ -258,7 +258,7 @@ $client->run('MATCH (x {slug: $slug})', collect(['slug' => 'a']));
258258

259259
### Support for graph representation instead of simple records
260260

261-
Version 2.0 will have graph representation suppport. The inteface for this is not yet set in stone, but will be somthing akin to this:
261+
Version 2.0 will have graph representation support. The interface for this is not yet set in stone, but will be somthing akin to this:
262262

263263
```php
264264
$client = $clientBuilder->withGraph($client);

0 commit comments

Comments
 (0)