Skip to content

Commit

Permalink
spelling: the
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jul 13, 2023
1 parent 863b21a commit 0d5bdcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/canvas/canvas-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class CanvasRenderer<N extends INodeBase, E extends IEdgeBase> 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 });
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface IRenderer<N extends INodeBase, E extends IEdgeBase> 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;

Expand Down

0 comments on commit 0d5bdcc

Please sign in to comment.