Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Jan 14, 2025
1 parent 650dc65 commit 752aa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/standard/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Reference implementation of [Standard Schema](https://github.com/standard-schema

### Example

The following example augments a TypeBox schema with the required `~standard` interface. The `~standard` interface is applied via non-enumerable configuration enabling the schematics to be used with strict compliant validators such as Ajv.
The following example augments a TypeBox schema with the required `~standard` interface. The `~standard` interface is applied via non-enumerable configuration enabling the schematics to continue to be used with strict compliant validators such as Ajv that would otherwise reject the non-standard `~standard` keyword.

```typescript
import { StandardSchema } from './standard'
Expand Down

0 comments on commit 752aa16

Please sign in to comment.