From a15931ae482a75b4223482e3932ef8f745c2fe4b Mon Sep 17 00:00:00 2001 From: hazam Date: Thu, 9 Jan 2020 00:04:53 +0500 Subject: [PATCH] Fixed typo --- src/element/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/element/types.ts b/src/element/types.ts index bed8c02fb..e350ad65b 100644 --- a/src/element/types.ts +++ b/src/element/types.ts @@ -5,7 +5,7 @@ export type ExcalidrawTextElement = ExcalidrawElement & { type: "text"; font: string; text: string; - // for backward compability + // for backward compatibility actualBoundingBoxAscent?: number; baseline: number; };