diff --git a/src/Area.js b/src/Area.js index 2366466e..c2d543c3 100644 --- a/src/Area.js +++ b/src/Area.js @@ -144,7 +144,7 @@ class Area extends GameEntity { /** * This method is automatically called every N milliseconds where N is defined in the - * `setInterval` call to `GameState.AreaMAnager.tickAll` in the `ranvier` executable. It, in turn, + * `setInterval` call to `GameState.AreaManager.tickAll` in the `ranvier` executable. It, in turn, * will fire the `updateTick` event on all its rooms and npcs * * @param {GameState} state