Skip to content

Commit cc98cfb

Browse files
fateslayerjdpedrie
authored andcommitted
chore: fix documentation typo (#1741)
fixed spelling of autoloader
1 parent 7478bc8 commit cc98cfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Follow [the instructions in the README](https://github.com/google/google-api-php
2626

2727
### What to do with the files
2828

29-
After obtaining the files, include the autloader. If you used Composer, your require statement will look like this:
29+
After obtaining the files, include the autoloader. If you used Composer, your require statement will look like this:
3030

3131
```php
3232
require_once '/path/to/your-project/vendor/autoload.php';
@@ -36,4 +36,4 @@ If you downloaded the package separately, your require statement will look like
3636

3737
```php
3838
require_once '/path/to/google-api-php-client/vendor/autoload.php';
39-
```
39+
```

0 commit comments

Comments
 (0)