Skip to content

Commit

Permalink
typos/formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rgodha24 committed Sep 25, 2024
1 parent c545e87 commit 6052036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .changeset/lovely-pianos-breathe.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ const cats = defineCollection({
});
```

```typescript
```

And it continues to work with maps of `id` to `data`
```yaml
bubbles:
Expand All @@ -64,5 +61,8 @@ finn:
```
```typescript
const fish = defineCollection({ loader: file("src/data/fish.yaml"), schema: z.object({ breed: z.string(), age: z.number() }) });
const fish = defineCollection({
loader: file("src/data/fish.yaml"),
schema: z.object({ breed: z.string(), age: z.number() })
});
```

0 comments on commit 6052036

Please sign in to comment.