Skip to content

Commit f5399bd

Browse files
fix: fix typo
1 parent 5aecedb commit f5399bd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/cpp/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/csharp/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

scripts/create-lang/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/create-lang",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": false,
55
"description": "",
66
"main": "index.js",

scripts/create-lang/template/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)