Skip to content

Commit a286fb8

Browse files
Hyperlint Automation Fix
1 parent e641836 commit a286fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/api-reference/store-and-sync-state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export class MyAgent extends Agent<Env> {
197197

198198
</TypeScriptExample>
199199

200-
You can also supply a [TypeScript type argument](https://www.typescriptlang.org/docs/handbook/2/generics.html#using-type-parameters-in-generic-constraints) the query, which will be used to infer the type of the result:
200+
You can also supply a [TypeScript type argument](https://www.typescriptlang.org/docs/handbook/2/generics.html#using-type-parameters-in-generic-constraints) to the query, which will be used to infer the type of the result:
201201

202202
```ts
203203
type User = {

0 commit comments

Comments
 (0)