mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
remove double a/an and adjust line lenghts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user