Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Jan 22, 2025
1 parent 94f53da commit 4548c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renoun/src/file-system/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Now when we call `JavaScript#getExportValue` and `JavaScriptExport#getRuntimeVal

### Schema Validation

You can also apply schema validation using libraries that follow the [Standard Schema Spect](https://github.com/standard-schema/standard-schema?tab=readme-ov-file#standard-schema-spec) like [Zod](https://zod.dev/), [Valibot](https://valibot.dev/), or [Arktype](https://github.com/arktypeio/arktype) to ensure file exports conform to a specific schema:
You can also apply schema validation using libraries that follow the [Standard Schema Spec](https://github.com/standard-schema/standard-schema?tab=readme-ov-file#standard-schema-spec) like [Zod](https://zod.dev/), [Valibot](https://valibot.dev/), or [Arktype](https://github.com/arktypeio/arktype) to ensure file exports conform to a specific schema:

```tsx
import { Directory, withSchema } from 'renoun/file-system'
Expand Down

0 comments on commit 4548c8f

Please sign in to comment.