Fix number of methods in Log

This commit is contained in:
Lea Anthony
2020-10-09 15:44:08 +11:00
parent 67861e4f70
commit 19fbc884ae

View File

@@ -29,7 +29,7 @@
<div>
<h4>Logging</h4>
Logging is part of the Wails Runtime and is accessed through the <code>runtime.Log</code> object. There are 5 methods available:
Logging is part of the Wails Runtime and is accessed through the <code>runtime.Log</code> object. There are {options.length} methods available:
<ul class="list">
{#each options as option}