Skip to content

Commit 32a2b5e

Browse files
Merge pull request #15293 from ext4cats/fix/get-repl-typo
refactor(core): fix typo in get-repl-fn filename
2 parents eb33a77 + 4d0a855 commit 32a2b5e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

packages/core/repl/native-functions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * from './help-repl-fn';
2-
export * from './get-relp-fn';
2+
export * from './get-repl-fn';
33
export * from './resolve-repl-fn';
44
export * from './select-relp-fn';
55
export * from './debug-repl-fn';

0 commit comments

Comments
 (0)