Skip to content

Commit

Permalink
docs(react): fix typo (#4065)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefango authored Jan 11, 2024
1 parent ec5485f commit 3fa68e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/docs/api/shared/Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ interface toJSON {

#### Description

Convert the current Schema object into a Formily field model attribute, refer to the mapping relationship [attribute](#attribute)
Convert the current Schema object into a Formily field model attribute, refer to the mapping relationship [attribute](#attributes)

#### Signature

Expand Down Expand Up @@ -561,7 +561,7 @@ Schema.enablePolyfills(['1.0'])

#### Description

ISchema is a normal JSON data, and at the same time it is JSON data following the Schema [Attribute](#Attribute) specification
ISchema is a normal JSON data, and at the same time it is JSON data following the Schema [Attribute](#attributes) specification

### SchemaTypes

Expand Down

0 comments on commit 3fa68e6

Please sign in to comment.