fixed type-o in rdoc on Fog::DNS:DNSMadeEasy

This commit is contained in:
John Dyer 2011-12-08 11:58:08 -05:00
parent 12c6fc7abd
commit 2bfcf59d03
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module Fog
# :dnsmadeeasy_secret_key in order to create a connection
#
# ==== Examples
# dns = Fog::DNSMadeEasy::DNS.new(
# dns = Fog::DNS::DNSMadeEasy.new(
# :dnsmadeeasy_api_key => your_dnsmadeeasy_api_key,
# :dnsmadeeasy_secret_key => your_dnsmadeeasy_secret_key
# )