Skip to content

Commit

Permalink
Fix typo in entities.md (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
bursteways authored Aug 8, 2024
1 parent 207bcdf commit 36d1d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/versioned_docs/version-0.14.0/data-model/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Entity types are available everywhere, including the client code:
```ts
import { Task } from "wasp/entities"

export function ExamplePage() {}
export function ExamplePage() {
const task: Task = {
id: 123,
description: "Some random task",
Expand Down

0 comments on commit 36d1d8b

Please sign in to comment.