Skip to content

Commit ffa6ae0

Browse files
committed
Added a few missing <code> tags.
1 parent 88a4f40 commit ffa6ae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>The Toolbox</h2>
2727
<div class="row-fluid">
2828
<div class="tool well well-small span4">
2929
<h3>Builder <i class="icon-wrench pull-right"></i></h3>
30-
<p>Builder constructs a nested HttpKernelInterface decorator tree. It models it as a stack of middlewares.</p>
30+
<p>Builder constructs a nested <code>HttpKernelInterface</code> decorator tree. It models it as a stack of middlewares.</p>
3131
<p><a class="btn btn-primary" href="https://github.com/stackphp/builder">Learn More</a></p>
3232
</div>
3333
<div class="tool well well-small span4">
@@ -37,7 +37,7 @@ <h3>Session <i class="icon-eye-open pull-right"></i></h3>
3737
</div>
3838
<div class="tool well well-small span4">
3939
<h3>URL Map <i class="icon-map-marker pull-right"></i></h3>
40-
<p>Provides the ability to map paths to specific HttpKernelInterface applications and dispatches accordingly.</p>
40+
<p>Provides the ability to map paths to specific <code>HttpKernelInterface</code> applications and dispatches accordingly.</p>
4141
<p><a class="btn btn-primary" href="https://github.com/stackphp/url-map">Learn More</a></p>
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)