Skip to content

Commit 08083e5

Browse files
committed
typo
1 parent e6d3ba1 commit 08083e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api_version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ For example:
66

77
```php
88
$client = new Github\Client();
9-
echo $client->getApiVersion(); // prints "s3"
9+
echo $client->getApiVersion(); // prints "v3"
1010

1111
$client = new Github\Client($httpClient, 'v2');
12-
echo $client->getApiVersion(); // prints "s2"
12+
echo $client->getApiVersion(); // prints "v2"
1313
```

0 commit comments

Comments
 (0)