From bf0405b7efaa2f323f8e35249e0758bd44a5ecba Mon Sep 17 00:00:00 2001 From: James Wiens Date: Tue, 1 Nov 2022 10:36:44 -0700 Subject: [PATCH] Docs: Fix readme typo Backticks were typod for `done` method. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cdc602cd..455a7798e 100644 --- a/README.md +++ b/README.md @@ -969,7 +969,7 @@ setTimeout(function () { }, 1000); ``` -Also you can start a timer and keep a reference that you can call `.done()`` +Also you can start a timer and keep a reference that you can call `.done()` on: ``` js