Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into env-type
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Nov 15, 2022
2 parents 1880514 + de8d0f6 commit 68e6106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Think in React, instead about routing: Next Fetch is an intuitive way to dynamic

## What does that mean?

Next Fetch is using compile-time transformations to allow you to _import_ your API endpoints instead of referecing them as plain strings, while keeping the type definitions co-located with the implementation.
Next Fetch is using compile-time transformations to allow you to _import_ your API endpoints instead of referencing them as plain strings, while keeping the type definitions co-located with the implementation.

<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Think in React, instead about routing: Next Fetch is an intuitive way to dynamic

## What does that mean?

Next Fetch is using compile-time transformations to allow you to _import_ your API endpoints instead of referecing them as plain strings, while keeping the type definitions co-located with the implementation. This means you get type-safety and autocomplete for your API endpoints, and save keystrokes and bytes.
Next Fetch is using compile-time transformations to allow you to _import_ your API endpoints instead of referencing them as plain strings, while keeping the type definitions co-located with the implementation. This means you get type-safety and autocomplete for your API endpoints, and save keystrokes and bytes.

<Tabs items={["with Next Fetch", "without Next Fetch"]}>
<Tab>
Expand Down

0 comments on commit 68e6106

Please sign in to comment.