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

Fix "cache_controle" typo in docs

This commit is contained in:
Mark Rushakoff 2013-05-10 08:15:09 -07:00
parent 55c720ba9f
commit 6e35409a9d
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ module Fog
#
# @param [Hash] options
# @option options [String] acl sets x-amz-acl HTTP header. Valid values include, private | public-read | public-read-write | authenticated-read | bucket-owner-read | bucket-owner-full-control
# @option options [String] cache_controle sets Cache-Control header. For example, 'No-cache'
# @option options [String] cache_control sets Cache-Control header. For example, 'No-cache'
# @option options [String] content_disposition sets Content-Disposition HTTP header. For exampple, 'attachment; filename=testing.txt'
# @option options [String] content_encoding sets Content-Encoding HTTP header. For example, 'x-gzip'
# @option options [String] content_md5 sets Content-MD5. For example, '79054025255fb1a26e4bc422aef54eb4'

View file

@ -167,7 +167,7 @@ module Fog
# required attributes: body, directory, key
#
# @param [Hash] options
# @option options [String] cache_controle sets Cache-Control header. For example, 'No-cache'
# @option options [String] cache_control sets Cache-Control header. For example, 'No-cache'
# @option options [String] content_disposition sets Content-Disposition HTTP header. For exampple, 'attachment; filename=testing.txt'
# @option options [String] content_encoding sets Content-Encoding HTTP header. For example, 'x-gzip'
# @option options [String] content_md5 sets Content-MD5. For example, '79054025255fb1a26e4bc422aef54eb4'