diff --git a/build.mjs b/build.mjs index 868d1b285..d4df66b2b 100644 --- a/build.mjs +++ b/build.mjs @@ -67,7 +67,7 @@ const SHARED_ENTRYPOINT = "entry-points"; /** * This plugin finds all source files that contain Action entry points. - * 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, * and re-exports their `runWrapper` functions with suitable aliases. * A tiny stub file is emitted for each Action entrypoint. Each stub imports the shared bundle * and calls the respective entry point.