remove double a/an and adjust line lenghts

This commit is contained in:
Erik Krogh Kristensen
2020-02-28 09:48:07 +01:00
parent 17f1974e05
commit 922779e049

View File

@@ -3,9 +3,9 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>Using the unix command <code>cat</code> only to read a file is a
an unnecessarily complex way to achieve something that can be done in a simpler and
safer manner using the Node.js <code>fs.readFile</code> API.
<p>Using the unix command <code>cat</code> only to read a file is an
unnecessarily complex way to achieve something that can be done in a simpler
and safer manner using the Node.js <code>fs.readFile</code> API.
</p>
<p>
The use of <code>cat</code> for simple file reads leads to code that is