From 0b563cb20cc193da4e928d9f93c9377666a96fc0 Mon Sep 17 00:00:00 2001 From: Roy Duineveld Date: Fri, 2 Aug 2024 11:15:15 +0200 Subject: [PATCH] Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 706ecd8..7c4d6d9 100644 --- a/README.md +++ b/README.md @@ -527,7 +527,7 @@ Blast can build a static Storybook app and publish it to your public folder. You php artisan blast:publish ``` -## Generate Tailwind Documenatation Stories +## Generate Tailwind Documentation Stories Blast can automatically generate stories to visualize your Tailwind configuration. See 'auto_documentation' above to see how to configure which stories to generate. @@ -535,7 +535,7 @@ Blast can automatically generate stories to visualize your Tailwind configuratio php artisan blast:generate-docs ``` -You can pass the option `--force` to automatically overwrite existing documenation stories or use the `--update-data` option to update the story data without copying any files (this option only works if you have already run the task before). +You can pass the option `--force` to automatically overwrite existing documentation stories or use the `--update-data` option to update the story data without copying any files (this option only works if you have already run the task before). ### Options