Skip to content

Commit

Permalink
fix: Rakefile desc spelling (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 authored Sep 8, 2023
1 parent 30f46d4 commit 60eb57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ desc "Generate all documentation"
task :docs => 'docs:yard'

namespace :docs do
desc "Generate yard documention"
desc "Generate yard documentation"
task :yard do
out = File.join('yard-docs', Mongoid::VERSION)
FileUtils.rm_rf(out)
Expand Down

0 comments on commit 60eb57d

Please sign in to comment.