Skip to content

Commit

Permalink
Fix a typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored and marijnh committed Jul 20, 2024
1 parent 343fcd7 commit 17709d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ export interface AttributeSpec {
/// created.
default?: any
/// A function or type name used to validate values of this
/// attibute. This will be used when deserializing the attribute
/// attribute. This will be used when deserializing the attribute
/// from JSON, and when running [`Node.check`](#model.Node.check).
/// When a function, it should raise an exception if the value isn't
/// of the expected type or shape. When a string, it should be a
Expand Down

0 comments on commit 17709d3

Please sign in to comment.