Skip to content

Commit 9af880f

Browse files
committed
it is not really a http abstraction, it's an interface
1 parent 38ee9b8 commit 9af880f

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
@@ -16,7 +16,7 @@ <h2>A common layer</h2>
1616
Superglobals and side-effecting output mechanisms of PHP make this challenging and force every framework to re-invent.
1717
</p>
1818
<p>
19-
But Symfony's HttpKernelInterface provides a solid abstraction, which makes creating and sharing framework-agnostic HTTP filters a breeze!
19+
But Symfony's HttpKernelInterface provides a solid interface, which makes creating and sharing framework-agnostic HTTP filters a breeze!
2020
</p>
2121
</div>
2222

@@ -78,7 +78,7 @@ <h2>Conventions</h2>
7878
</ol>
7979

8080
<p>
81-
Yes, leveraging the HTTP abstraction is that easy!
81+
Yes, leveraging the HTTP interface is that easy!
8282
</p>
8383
</div>
8484
{% endblock %}

0 commit comments

Comments
 (0)