Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 100a5eb

Browse filesBrowse files
committed
chore: fix focus on example
1 parent bb2eb37 commit 100a5eb
Copy full SHA for 100a5eb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎guides/index.md

Copy file name to clipboardExpand all lines: guides/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const { content } = await store.request<User>({
4848
`request` takes a generic that can be used to set the return type of the content of the associated request. Builders – functions that return RequestInfo – can supply the return type via a special [brand](https://egghead.io/blog/using-branded-types-in-typescript).
4949

5050
```ts
51-
import { withBrand } from '@warp-drive/core-types/request';
51+
import { withBrand } from '@warp-drive/core-types/request'; // [!code focus]
5252
import type { User } from './types/data';
5353

5454
export function getUser(id: string) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.