Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yurynix committed Mar 13, 2022
1 parent d28c1e6 commit da7b2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const EVENT_HANDLERS_JSON_FILENAME = "eventHandlers.json";
const DECLARATIONS_DTS_FILENAME = "declaration.d.ts";
const DECLARATIONS_DTS_FILENAME_DEPRECATED = "declaration.deprecated.d.ts";
const $W_DECLARATION_FULL_FILENAME = "$w.d.ts";
const REACT_VELO_FULL_FILENAME = "react-velo.d.ts";
const REACT_VELO_FULL_FILENAME = "reactVelo.d.ts";
const MODULE_LIST_FILENAME = "wixModules.json";
const FULL_CORVID_DECLARATION_FILENAME = "fullCorvidTypes.json";
const FULL_CORVID_DECLARATION_FILENAME_DEPRECATED =
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-wix-module-list/extractDtsModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const extractModules = (dtsPaths: string[] = []): string[] => {
getDirectoryFromPath(configFile.name),
dtsPaths
),
jsx: 'react'
jsx: "react"
}
};

Expand Down

0 comments on commit da7b2b1

Please sign in to comment.