diff --git a/examples/Demo/Shared/Pages/InputFile/InputFilePage.razor b/examples/Demo/Shared/Pages/InputFile/InputFilePage.razor index 8eb1c01733..24e2d46cb7 100644 --- a/examples/Demo/Shared/Pages/InputFile/InputFilePage.razor +++ b/examples/Demo/Shared/Pages/InputFile/InputFilePage.razor @@ -48,7 +48,7 @@

Using the Buffer mode will load the entire file into memory during uploading.

-

This mode is recommended when you cannot store local files and you are working small files and have enough memory.

+

This mode is recommended when you cannot store local files and you are working with small files and have enough memory available.