Skip to content

Commit 4d0a855

Browse files
committed
refactor(core): fix typo in get-repl-fn filename
1 parent eb33a77 commit 4d0a855

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)