lib/github_api/client/markdown.rb in github_api-0.18.2 vs lib/github_api/client/markdown.rb in github_api-0.19.0

- old
+ new

@@ -3,10 +3,10 @@ require_relative '../api' module Github class Client::Markdown < API - # Render an arbritrary Markdown document + # Render an arbitrary Markdown document # # = Parameters # <tt>:text</tt> - Required string - The Markdown text to render # <tt>:mode<tt> - Optional string - The rendering mode # * <tt>markdown</tt> to render a document as plain Markdown, just