Skip to content

Commit

Permalink
Fix typo in valuetype doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Jul 27, 2023
1 parent e0bfd24 commit 07bb669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/generator/src/user-doc-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ export class UserDocGenerator
.generationComment()
.description(
`
For an intro to valuetypes, see the [Core Concepts](./core-concepts).
For an introduction to valuetypes, see the [Core Concepts](./core-concepts).
Built-in valuetypes come with the basic version of Jayvee.
They are the basis for more restricted \`Primitive Valuetypes\`
that fullfil [Constrains](./core-concepts#constraints).`.trim(),
that fullfil [Constraints](./core-concepts#constraints).`.trim(),
1,
)
.heading('Available built-in valuetypes', 1);
Expand Down

0 comments on commit 07bb669

Please sign in to comment.