Skip to content

Commit 0d1a256

Browse files
authored
chore: update README.md (#2197)
1 parent c15fb91 commit 0d1a256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This example will remove all services other than "Drive" and "YouTube" when
7979
`composer update` or a fresh `composer install` is run.
8080

8181
**IMPORTANT**: If you add any services back in `composer.json`, you will need to
82-
remove the `vendor/google/apiclient-services` directory explicity for the
82+
remove the `vendor/google/apiclient-services` directory explicitly for the
8383
change you made to have effect:
8484

8585
```sh
@@ -454,7 +454,7 @@ $opt_params = array(
454454

455455
### How do I set a field to null? ###
456456

457-
The library strips out nulls from the objects sent to the Google APIs as its the default value of all of the uninitialized properties. To work around this, set the field you want to null to `Google\Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire.
457+
The library strips out nulls from the objects sent to the Google APIs as it is the default value of all of the uninitialized properties. To work around this, set the field you want to null to `Google\Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire.
458458

459459
## Code Quality ##
460460

0 commit comments

Comments
 (0)