From 19fbc884ae4ba6092d8e56ad43c23dec9e502642 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 9 Oct 2020 15:44:08 +1100 Subject: [PATCH] Fix number of methods in Log --- v2/test/kitchensink/frontend/src/pages/logging/Logging.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/kitchensink/frontend/src/pages/logging/Logging.svelte b/v2/test/kitchensink/frontend/src/pages/logging/Logging.svelte index 94efa017..f7373736 100644 --- a/v2/test/kitchensink/frontend/src/pages/logging/Logging.svelte +++ b/v2/test/kitchensink/frontend/src/pages/logging/Logging.svelte @@ -29,7 +29,7 @@

Logging

- Logging is part of the Wails Runtime and is accessed through the runtime.Log object. There are 5 methods available: + Logging is part of the Wails Runtime and is accessed through the runtime.Log object. There are {options.length} methods available: