Skip to content

Commit 83b872c

Browse files
code tag added
1 parent d6a3c16 commit 83b872c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/KristofferStrube.Blazor.FileAPI.WasmExample/Pages/FileReaderSample.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<h2>Using the FileReader to load an image in different ways.</h2>
1010
In this sample we download an image using the <code>HttpClient</code> and create a new <code>Blob</code> from that.
11-
We then use the methods of the <code>FileReader</code> interface to read the blob in different ways and convert those different results to an image.
11+
We then use the methods of the <code>FileReader</code> interface to read the <code>Blob</code> in different ways and convert those different results to an image.
1212
<br />
1313
<div class="px-1 py-1">
1414
<button class="btn btn-primary" @onclick=ReadAsArrayBufferAsync>Read as byte array</button>

0 commit comments

Comments
 (0)