Skip to content

Commit

Permalink
Fix typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Apr 14, 2012
1 parent ce995be commit 914e8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequel/plugins/timestamps.rb
Expand Up @@ -19,7 +19,7 @@ module Plugins
# # timestamp, and setting the update timestamp when creating
# Album.plugin :timestamps, :force=>true, :update_on_create=>true
module Timestamps
# Configure the plugin by setting the avialable options. Note that
# Configure the plugin by setting the available options. Note that
# if this method is run more than once, previous settings are ignored,
# and it will just use the settings given or the default settings. Options:
# * :create - The field to hold the create timestamp (default: :created_at)
Expand Down

0 comments on commit 914e8b9

Please sign in to comment.