Skip to content

Commit

Permalink
Tweak comment in editor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Apr 1, 2022
1 parent 74e6f20 commit 82f4073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 82f4073

Please sign in to comment.