From f0aa67a8453ad8dfd946d983046a8edd8dc6f375 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 19:37:43 -0400 Subject: [PATCH] Fixed typographical error, changed attemt to attempt in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c59d11..a47fc79 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ is the subfolder. `-intro` tells jsdocgen to parse this file as markdown and show it on the front, before any API is selected. -`-autoinherit` will make jsdocgen attemt to automatically inherit +`-autoinherit` will make jsdocgen attempt to automatically inherit documentation for class members without a doc comment. For example if you have interface which defines a method and class which implements this interface. But the method is not implemented by the class but by a trait that the class