Skip to content

Commit

Permalink
Typo fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 15, 2024
1 parent 5295b40 commit 956adb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Scope from './scope';
export type RegistryDefinition = Attributor | BlotConstructor;

export interface RegistryInterface {
create(sroll: Root, input: Node | string | Scope, value?: any): Blot;
create(scroll: Root, input: Node | string | Scope, value?: any): Blot;
query(query: string | Node | Scope, scope: Scope): RegistryDefinition | null;
register(...definitions: any[]): any;
}
Expand Down

0 comments on commit 956adb1

Please sign in to comment.