From c0cbcd3de84a57e6abec0d8b3a8cc51e70c055b6 Mon Sep 17 00:00:00 2001 From: Bradley Schaefer Date: Tue, 23 Apr 2024 12:38:33 -0400 Subject: [PATCH] Fix typo (#885) Surely "tast" should be "task" :) --- bridgetown-website/src/_docs/command-line-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridgetown-website/src/_docs/command-line-usage.md b/bridgetown-website/src/_docs/command-line-usage.md index b1dd08a9f..ac09db0fa 100644 --- a/bridgetown-website/src/_docs/command-line-usage.md +++ b/bridgetown-website/src/_docs/command-line-usage.md @@ -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 ```