Correct spelling errors

This commit is contained in:
Yaw Anokwa 2018-04-26 09:46:32 -07:00 committed by GitHub
parent 37a0ceb4e7
commit 02cd035164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## These tasks are destructive and are for clearing out all the
# content and users from your site, but keeping your site settings,
# theme, and category structrue.
# theme, and category structure.
desc "Remove all topics in a category"
task "destroy:topics", [:category] => :environment do |t, args|
category = args[:category]
@ -32,7 +32,7 @@ task "destroy:users" => :environment do
puts log = DestroyTask.destroy_users
end
desc "Destory site stats"
desc "Destroy site stats"
task "destroy:stats" => :environment do
puts "Going to delete all site stats..."
DestroyTask.destroy_stats