[devdocsgjs/main: 636/1867] Fix typo




commit 0529f8087055ec87a9158063004357ebd2aaad2c
Author: Jasper van Merle <jaspervmerle gmail com>
Date:   Thu Jun 20 21:42:19 2019 +0200

    Fix typo

 docs/scraper-reference.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/scraper-reference.md b/docs/scraper-reference.md
index 4da0d2e5..c2872388 100644
--- a/docs/scraper-reference.md
+++ b/docs/scraper-reference.md
@@ -212,7 +212,7 @@ To make life easier, there are a few utility methods that you can use in `get_la
   Example: [lib/docs/scrapers/bower.rb](../lib/docs/scrapers/bower.rb)
 * `get_latest_github_release(owner, repo, opts)`
 
-  Returns the tag name of the latest GitHub release of the given repository. If the tag name is preceeded by 
a "v", the "v" will be removed.
+  Returns the tag name of the latest GitHub release of the given repository. If the tag name is preceded by 
a "v", the "v" will be removed.
 
   Example: [lib/docs/scrapers/jsdoc.rb](../lib/docs/scrapers/jsdoc.rb)
 * `get_github_tags(owner, repo, opts)`


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]