Skip to content

Commit 37c00a2

Browse files
committed
docs: update markup
1 parent f92bbdb commit 37c00a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ const data = compileSchema({
561561
console.log(data); // {}
562562
```
563563

564-
_Note_ object and array-properties will still be added if required:
564+
**Note** object and array-properties will still be added if required:
565565

566566
```ts
567567
const data = compileSchema({
@@ -571,7 +571,7 @@ const data = compileSchema({
571571
console.log(data); // { valid: {} }
572572
```
573573

574-
_Note_ enforced array-items will be `undefined` if required and `initialValues: false`
574+
**Note** enforced array-items will be `undefined` if required and `initialValues: false`
575575

576576
```ts
577577
const data = compileSchema({

0 commit comments

Comments
 (0)