Skip to content

Commit 064674d

Browse files
mbgCopilot
andauthored
Fix typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ab5047b commit 064674d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const SHARED_ENTRYPOINT = "entry-points";
6767

6868
/**
6969
* This plugin finds all source files that contain Action entry points.
70-
* It then generates the virtual `entry-points` module which imports all identifies files,
70+
* It then generates the virtual `entry-points` module which imports all identified files,
7171
* and re-exports their `runWrapper` functions with suitable aliases.
7272
* A tiny stub file is emitted for each Action entrypoint. Each stub imports the shared bundle
7373
* and calls the respective entry point.

0 commit comments

Comments
 (0)