diff --git a/src/renderer/canvas/canvas-renderer.ts b/src/renderer/canvas/canvas-renderer.ts index 9f65dde..0625c9b 100644 --- a/src/renderer/canvas/canvas-renderer.ts +++ b/src/renderer/canvas/canvas-renderer.ts @@ -260,7 +260,7 @@ export class CanvasRenderer extends Em /** * Returns the visible rectangle view in the simulation coordinates. * - * @return {IRectangle} Visible view in teh simulation coordinates + * @return {IRectangle} Visible view in the simulation coordinates */ getSimulationViewRectangle(): IRectangle { const topLeftPosition = this.getSimulationPosition({ x: 0, y: 0 }); diff --git a/src/renderer/shared.ts b/src/renderer/shared.ts index 865c891..fe945b0 100644 --- a/src/renderer/shared.ts +++ b/src/renderer/shared.ts @@ -64,7 +64,7 @@ export interface IRenderer extends IEm /** * Returns the visible rectangle view in the simulation coordinates. * - * @return {IRectangle} Visible view in teh simulation coordinates + * @return {IRectangle} Visible view in the simulation coordinates */ getSimulationViewRectangle(): IRectangle;