patx/mongokv

fix typo

Commit d17d140 · patx · 2025-12-15T12:34:27-05:00

Changeset
d17d14032473a93458bb1afc9a730911d0afa845
Parents
1268cdbaa5d64fa76d638be10c82bd5319772a96

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index 8b7c104..c3bda32 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -522,7 +522,7 @@ print(keys)  # -&gt; ["user:1", "note:abc", ...]</code></pre>
       <ul>
         <li>If there is a running event loop, methods like <code>set</code>, <code>get</code>, etc. return <strong>coroutines</strong>.</li>
         <li>If there is no running loop, they execute synchronously.</li>
-        <li>If you do not await your method calls in an async context there will be an error because your a returning a non-awaited coroutine.<li>
+        <li>If you do not await your method calls in an async context there will be an error because your a returning a non-awaited coroutine.</li>
       </ul>
     </section>