Skip to content

Commit

Permalink
re-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KTanAug21 committed Oct 4, 2023
1 parent be40615 commit f483537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel/the-basics/laravel-volume-storage.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ It's the default burrow for session, cache, and file data amongst others. If you
- The condition statement checks if the app folder does not exist in the volumized storage folder. If it does not exist, it copies over the contents of the storage_ folder to the volumized storage folder.

Check notice on line 89 in laravel/the-basics/laravel-volume-storage.html.markerb

View workflow job for this annotation

GitHub Actions / vale

[vale] laravel/the-basics/laravel-volume-storage.html.markerb#L89

[Fly.Spelling] Is 'volumized' a typo?
Raw output
{"message": "[Fly.Spelling] Is 'volumized' a typo?", "location": {"path": "laravel/the-basics/laravel-volume-storage.html.markerb", "range": {"start": {"line": 89, "column": 78}}}, "severity": "INFO"}

Check notice on line 89 in laravel/the-basics/laravel-volume-storage.html.markerb

View workflow job for this annotation

GitHub Actions / vale

[vale] laravel/the-basics/laravel-volume-storage.html.markerb#L89

[Fly.Spelling] Is 'storage_' a typo?
Raw output
{"message": "[Fly.Spelling] Is 'storage_' a typo?", "location": {"path": "laravel/the-basics/laravel-volume-storage.html.markerb", "range": {"start": {"line": 89, "column": 161}}}, "severity": "INFO"}

Check notice on line 89 in laravel/the-basics/laravel-volume-storage.html.markerb

View workflow job for this annotation

GitHub Actions / vale

[vale] laravel/the-basics/laravel-volume-storage.html.markerb#L89

[Fly.Spelling] Is 'volumized' a typo?
Raw output
{"message": "[Fly.Spelling] Is 'volumized' a typo?", "location": {"path": "laravel/the-basics/laravel-volume-storage.html.markerb", "range": {"start": {"line": 89, "column": 184}}}, "severity": "INFO"}

7. <b>Finally, deploy your Laravel Fly App!</b>

```cmd
fly deploy
```
Expand Down

0 comments on commit f483537

Please sign in to comment.