We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 031ade8 + 302d297 commit 2c5ba53Copy full SHA for 2c5ba53
docs/getting-started/index.html
@@ -204,7 +204,7 @@ <h2 id="reading-a-csv-file">Reading a CSV File</h2>
204
<code>PrepareHeaderForMatch</code> function. When the reader needs to find the property to set for the
205
header, they will now match. You can use this function to do other things such as remove
206
whitespace or other characters.</p>
207
-<p>Let's say out CSV file doesn't have a header at all.</p>
+<p>Let's say our CSV file doesn't have a header at all.</p>
208
<pre><code>1,one
209
2,two
210
</code></pre>
0 commit comments