From a7486f781fb7e094f75ef45bf9d7e26df989a507 Mon Sep 17 00:00:00 2001 From: Sajad Torkamani Date: Sat, 1 Oct 2016 13:21:16 +0100 Subject: [PATCH] Fix typo --- docs/api/ShallowWrapper/hasClass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/ShallowWrapper/hasClass.md b/docs/api/ShallowWrapper/hasClass.md index 38f979c65..baf6cbc4d 100644 --- a/docs/api/ShallowWrapper/hasClass.md +++ b/docs/api/ShallowWrapper/hasClass.md @@ -11,7 +11,7 @@ Returns whether or not the current node has a `className` prop including the pas #### Returns -`Boolean`: whether or not the current node has the class or note. +`Boolean`: whether or not the current node has the class or not.