From 5c6a023b93d390897473ec1c1b86c5084ad672e0 Mon Sep 17 00:00:00 2001 From: jdarangor Date: Wed, 4 Nov 2020 17:56:44 -0500 Subject: [PATCH] Small detail this is missing the
tag in the code. --- Contributing.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 3c1f58f..c76250e 100644 --- a/Contributing.md +++ b/Contributing.md @@ -2,4 +2,19 @@ Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers. -If you have trouble getting this book's examples to work, please contact the author at adam@adam-freeman.com for help. Please make it clear in your email which book you are reading and which chapter/example is causing the problem. \ No newline at end of file +If you have trouble getting this book's examples to work, please contact the author at adam@adam-freeman.com for help. Please make it clear in your email which book you are reading and which chapter/example is causing the problem. + +This is one small detail but want to report it. + +*This is the code: +Click here to see who is coming. + +Freeman, Adam. Pro ASP.NET Core 3 (p. 92). Apress. Kindle Edition. + +*This is the reference to the code in text: +... +
Click here to see who is coming.
+... +Freeman, Adam. Pro ASP.NET Core 3 (p. 93). Apress. Kindle Edition. + +You can see that the code is missing the
element(tag)