1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

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

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
# )