From 194ad4db72f64a4f54fa3341101b64d35a47d32a Mon Sep 17 00:00:00 2001 From: cad Date: Tue, 22 Apr 2025 13:21:23 +0200 Subject: [PATCH] doc(API): bring type declaration in line with description Updates the API.md file to change `editCount` to `docVersion` in accordance with the prose description. --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 17dd7bf..3b7b6d6 100644 --- a/API.md +++ b/API.md @@ -36,7 +36,7 @@ export default class MyPlugin extends HTMLElement { 'ssd', ]; history: LogEntry[]; - editCount: number = 0; + docVersion: unknown; plugins: { menu: Plugin[], editor: Plugin[] }[]; locale: string = 'en'; }