diff --git a/src/packages/controller/index.js b/src/packages/controller/index.js index 1136cbe4..ce97152f 100644 --- a/src/packages/controller/index.js +++ b/src/packages/controller/index.js @@ -248,7 +248,7 @@ export type Options = { * export default ApplicationController; * ``` * - * **Execuation Order** + * **Execution Order** * * Understanding the execution order of middleware functions and a `Controller` * action is essential to productivity with Lux. Depending on what you use case