Skip to content

Commit

Permalink
fix: correct typo in readme sample (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
forty authored and stephenplusplus committed Mar 7, 2019
1 parent aca6809 commit 7954a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gaxios supports setting default properties both on the default instance, and on

```js
const gaxios = require('gaxios');
gaxios.instances.defaults = {
gaxios.instance.defaults = {
baseURL: 'https://example.com'
headers: {
Authorization: 'SOME_TOKEN'
Expand Down

4 comments on commit 7954a28

@stephenplusplus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Commit prefix should have been docs, not fix

@JustinBeckwith
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooooops.

@stephenplusplus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry :(

@JustinBeckwith
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest I assumed I was the one who made the mistake 😆 It's been that kind of week.

Please sign in to comment.