We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f46d4 commit 60eb57dCopy full SHA for 60eb57d
Rakefile
@@ -89,7 +89,7 @@ desc "Generate all documentation"
89
task :docs => 'docs:yard'
90
91
namespace :docs do
92
- desc "Generate yard documention"
+ desc "Generate yard documentation"
93
task :yard do
94
out = File.join('yard-docs', Mongoid::VERSION)
95
FileUtils.rm_rf(out)
0 commit comments