Skip to content

Commit 2c5ba53

Browse files
authored
Merge pull request #2299 from marijnz0r/patch-1
Update docs/getting-started/index.html to fix a typo
2 parents 031ade8 + 302d297 commit 2c5ba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ <h2 id="reading-a-csv-file">Reading a CSV File</h2>
204204
<code>PrepareHeaderForMatch</code> function. When the reader needs to find the property to set for the
205205
header, they will now match. You can use this function to do other things such as remove
206206
whitespace or other characters.</p>
207-
<p>Let's say out CSV file doesn't have a header at all.</p>
207+
<p>Let's say our CSV file doesn't have a header at all.</p>
208208
<pre><code>1,one
209209
2,two
210210
</code></pre>

0 commit comments

Comments
 (0)