Skip to content

Commit

Permalink
Update code-examples.component.html (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiramready authored and blabla1337 committed Nov 27, 2019
1 parent cf5d155 commit 76ca703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Angular/src/app/code-examples/code-examples.component.html
Expand Up @@ -26,8 +26,8 @@
Add item</button>
<div class="text">
<h1>Code examples: {{lang}}</h1>
<p>Step for step explanation of implementing the secure code principles into your project. In depth
information how to approach specific functionality and the correct mitigations!</p>
<p>Step by step explanation of implementing the secure code principles into your project. In-depth
information on how to approach specific functionality and the correct mitigation!</p>
</div>
</div>
</section>
Expand Down Expand Up @@ -162,4 +162,4 @@ <h4 class="modal-title">Add knowledgebase item</h4>

<div id="changeme" style="display:none">
<pre><code id="changeme" class="php"></code></pre>
</div>
</div>

0 comments on commit 76ca703

Please sign in to comment.