From 82f40734e656979c0380e5dcd88ce697c1f4ab8b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 1 Apr 2022 10:23:06 +1000 Subject: [PATCH] Tweak comment in editor.ts --- ts/src/editor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/src/editor.ts b/ts/src/editor.ts index 8488bae..63338c1 100644 --- a/ts/src/editor.ts +++ b/ts/src/editor.ts @@ -28,8 +28,8 @@ import * as NoteEditor from "anki/NoteEditor"; * * Disclaimers: * 1. Do no try to import anything but types in this manner! It will not work. - * 2. Types have less guarantee to stay unchanged a/o be moved to other files. - * This will not break you build however, as esbuild does depend on Typescript + * 2. Types have less guarantee to stay unchanged and/or be moved to other files. + * This will not break you build however, as esbuild does not depend on Typescript * types for a build to succeed. */ import type { NoteEditorAPI } from "@anki/editor/NoteEditor.svelte";