add end </p> tag

This commit is contained in:
Erik Krogh Kristensen
2020-02-28 10:23:03 +01:00
parent ce9cd53bf1
commit 5e0ae7b4d0

View File

@@ -29,7 +29,7 @@ from the file system.
special characters (including space). Additionally, it does not work on Windows
and if the input is user-controlled, a command injection attack can happen.</p>
<p>The <code>fs.readFile</code> API should be used to avoid these potential issues:
<p>The <code>fs.readFile</code> API should be used to avoid these potential issues: </p>
<sample src="examples/useless-cat-fixed.js"/>