From 20ca00270c5b33d919f513f3881ca649526b71ec Mon Sep 17 00:00:00 2001 From: Boby <73424060+bobychaudhary@users.noreply.github.com> Date: Mon, 20 Dec 2021 22:54:36 +0530 Subject: [PATCH] Update README.md Minor typo mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcbfbb8..bbce80b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Remove a target from the targetIds array. Resets the history stack of recorded typing events. ### TypingDNA.start() -Automatically called at initilization. It starts the recording of typing events. You only have to call .start() to resume recording after a .stop() +Automatically called at initialization. It starts the recording of typing events. You only have to call .start() to resume recording after a .stop() ### TypingDNA.stop() Ends the recording of further typing events.