Skip to content

Commit

Permalink
docs: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jun 5, 2024
1 parent 64bd8ee commit a94416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if (metadata is IIntrospectiveTypeMetadata introMetadata) {

Metatype data provides information about a specific type, its properties, and attributes. The type graph combines metatype information with its understanding of the type hierarchy to enable you to fetch all properties of an introspective type, including those it inherited from other introspective types. Metatypes will only contain information about the type itself, not anything it inherits from.

To see all of the information that a metatyp exposes, please see the [Metatype interface definition][metatype].
To see all of the information that a metatype exposes, please see the [Metatype interface definition][metatype].

## 🎛️ Mixins

Expand Down

0 comments on commit a94416f

Please sign in to comment.