Skip to content

Commit ebe5ca2

Browse files
authored
registratoin -> registratoin (ast-grep#40)
1 parent 576ed5c commit ebe5ca2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/angular/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ type LanguageRegistration = {
66
expandoChar?: string
77
}
88

9-
declare const registratoin: LanguageRegistration
10-
export default registratoin
9+
declare const registration: LanguageRegistration
10+
export default registration

packages/c/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ type LanguageRegistration = {
66
expandoChar?: string
77
}
88

9-
declare const registratoin: LanguageRegistration
10-
export default registratoin
9+
declare const registration: LanguageRegistration
10+
export default registration

packages/sql/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ type LanguageRegistration = {
66
expandoChar?: string
77
}
88

9-
declare const registratoin: LanguageRegistration
10-
export default registratoin
9+
declare const registration: LanguageRegistration
10+
export default registration

packages/toml/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ type LanguageRegistration = {
66
expandoChar?: string
77
}
88

9-
declare const registratoin: LanguageRegistration
10-
export default registratoin
9+
declare const registration: LanguageRegistration
10+
export default registration

0 commit comments

Comments
 (0)