Skip to content

Commit 60eb57d

Browse files
authored
fix: Rakefile desc spelling (#5719)
1 parent 30f46d4 commit 60eb57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ desc "Generate all documentation"
8989
task :docs => 'docs:yard'
9090

9191
namespace :docs do
92-
desc "Generate yard documention"
92+
desc "Generate yard documentation"
9393
task :yard do
9494
out = File.join('yard-docs', Mongoid::VERSION)
9595
FileUtils.rm_rf(out)

0 commit comments

Comments
 (0)