Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #137

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from
Open

Typos #137

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,15 +527,15 @@ 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.

```bash
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

Expand Down