diff --git a/laravel/the-basics/laravel-volume-storage.html.markerb b/laravel/the-basics/laravel-volume-storage.html.markerb index 05e5c8f39a..5b58d95ce2 100644 --- a/laravel/the-basics/laravel-volume-storage.html.markerb +++ b/laravel/the-basics/laravel-volume-storage.html.markerb @@ -89,14 +89,14 @@ 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. 7. Finally, deploy your Laravel Fly App! - + ```cmd fly deploy ```
-Fly Volume instances do not automatically sync their data with each other. Please remember to create the appropriate data-replication logic if your Fly App will be using more than one volume instance, and if your app requires data available across the volume instances. -
+Fly Volumes do not automatically sync their data with each other. Please remember to create the appropriate data-replication logic if your Fly App will be using more than one volume instance, and if your app requires data available across its Volumes. + #### **_Possible Errors_**