Skip to content

Commit

Permalink
Fix typo (#885)
Browse files Browse the repository at this point in the history
Surely "tast" should be "task" :)
  • Loading branch information
soulcutter authored Apr 23, 2024
1 parent ec7b5af commit c0cbcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgetown-website/src/_docs/command-line-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ As is shown in comments for the default Rakefile, you can add your own [automati
task :my_task => :environment do
puts site.root_dir
automation do
say_status :rake, "I'm a Rake tast =) #{site.config.url}"
say_status :rake, "I'm a Rake task =) #{site.config.url}"
end
end
```
Expand Down

0 comments on commit c0cbcd3

Please sign in to comment.