From f358edc8d5cee4c21f596f38a1769625595186a0 Mon Sep 17 00:00:00 2001 From: Sajad Torkamani Date: Mon, 23 Mar 2026 16:42:08 +0000 Subject: [PATCH] fix typo --- symfony/file-upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/file-upload.md b/symfony/file-upload.md index 58ac5d242cd..cbd377841b0 100644 --- a/symfony/file-upload.md +++ b/symfony/file-upload.md @@ -2,7 +2,7 @@ As common a problem as it may seem, handling file upload requires a custom implementation in your app. This page will guide you in handling file upload in your API, with the help -of[VichUploaderBundle](https://github.com/dustin10/VichUploaderBundle). It is recommended you +of [VichUploaderBundle](https://github.com/dustin10/VichUploaderBundle). It is recommended you [read the documentation of VichUploaderBundle](https://github.com/dustin10/VichUploaderBundle/blob/master/docs/index.md) before proceeding. It will help you get a grasp on how the bundle works, and why we use it.