Skip to content

Commit

Permalink
Fix a few typos (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcodez authored Dec 10, 2020
1 parent 3a53682 commit 421dfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const { article } = await $fetch<Article>(`/api/article/${id}`)
await $fetch('/config', { baseURL })
```

### ✔️ Univeral
### ✔️ Universal

Supporting browsers, workers and NodeJS targets

Expand All @@ -93,7 +93,7 @@ Supporting browsers, workers and NodeJS targets

**Why export is called `$fetch` instead of `fetch`?**

Using same name of `fetch` can be confusing since API is different but still it is a fetch so using closesest possible alternative.
Using the same name of `fetch` can be confusing since API is different but still it is a fetch so using closest possible alternative.

**Why not having default export?**

Expand Down

3 comments on commit 421dfe9

@pi0
Copy link
Member

@pi0 pi0 commented on 421dfe9 Dec 10, 2020

Choose a reason for hiding this comment

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

/cc @atinux I would appreciate squash merging with conventional commit titles :)

@atinux
Copy link
Member

@atinux atinux commented on 421dfe9 Dec 10, 2020 via email

Choose a reason for hiding this comment

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

@atinux
Copy link
Member

@atinux atinux commented on 421dfe9 Dec 10, 2020 via email

Choose a reason for hiding this comment

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

Please sign in to comment.