Docs correction

This commit is contained in:
D-K-P
2025-01-31 15:15:23 +00:00
parent 3641647add
commit de31220820
@@ -15,7 +15,7 @@ This example shows how to upload a video file to Supabase Storage using two diff
## Upload to Supabase Storage using the Supabase client
This task downloads a video from a provided URL, saves it to a temporary file, and then uploads the video file to Supabase Storage using the Supabase client.
This task downloads a video from a provided URL and uploads it to Supabase Storage using the Supabase client.
### Task code