From 872c416baf2e819d9a055d6269336c410205e9c1 Mon Sep 17 00:00:00 2001 From: Oskar Damkjaer Date: Thu, 3 Oct 2019 16:42:54 +0200 Subject: [PATCH] Fix small spelling issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2e8b13..b2e170e 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ machine.next(); machine.run(); ``` -`machine.run()`: Destroys the machine. It will be useful when you want to reuse DOM. +`machine.destory()`: Destroys the machine. It will be useful when you want to reuse DOM. ```javascript machine.destroy();