We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5047b commit 064674dCopy full SHA for 064674d
1 file changed
build.mjs
@@ -67,7 +67,7 @@ const SHARED_ENTRYPOINT = "entry-points";
67
68
/**
69
* 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,
+ * It then generates the virtual `entry-points` module which imports all identified files,
71
* and re-exports their `runWrapper` functions with suitable aliases.
72
* A tiny stub file is emitted for each Action entrypoint. Each stub imports the shared bundle
73
* and calls the respective entry point.
0 commit comments