Skip to content

Commit 0529f80

Browse files
committed
Fix typo
1 parent 7084d9f commit 0529f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scraper-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ To make life easier, there are a few utility methods that you can use in `get_la
212212
Example: [lib/docs/scrapers/bower.rb](../lib/docs/scrapers/bower.rb)
213213
* `get_latest_github_release(owner, repo, opts)`
214214

215-
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.
215+
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.
216216

217217
Example: [lib/docs/scrapers/jsdoc.rb](../lib/docs/scrapers/jsdoc.rb)
218218
* `get_github_tags(owner, repo, opts)`

0 commit comments

Comments
 (0)