From 4b5e7e72e3e7a8db9c2ff66089451a4cf0ded655 Mon Sep 17 00:00:00 2001 From: Brikou CARRE Date: Fri, 4 Dec 2015 08:33:14 +0100 Subject: [PATCH] Fix typo --- docs/api/render.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/render.md b/docs/api/render.md index b887f5685..204e5263d 100644 --- a/docs/api/render.md +++ b/docs/api/render.md @@ -13,7 +13,7 @@ For the purposes of this documentation, we will refer to Cheerio's constructor a `CheerioWrapper`, which is to say that it is analogous to our `ReactWrapper` and `ShallowWrapper` constructors. -### Exmple Usage +### Example Usage ```jsx import { render } from 'reagent';