From 83f2f101769b4e8a18d7527a4290235f5a181c5c Mon Sep 17 00:00:00 2001 From: Onur Erhan Date: Sun, 27 Oct 2019 00:37:41 +0300 Subject: [PATCH] Fix typo in api example dot was in wrong place --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 6d474054..2a992e21 100644 --- a/docs/API.md +++ b/docs/API.md @@ -45,7 +45,7 @@ getMyValue = async () => { // read error } - console.log('Done'.) + console.log('Done.') } ```