We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ee9b8 commit 9af880fCopy full SHA for 9af880f
source/index.html
@@ -16,7 +16,7 @@ <h2>A common layer</h2>
16
Superglobals and side-effecting output mechanisms of PHP make this challenging and force every framework to re-invent.
17
</p>
18
<p>
19
- But Symfony's HttpKernelInterface provides a solid abstraction, which makes creating and sharing framework-agnostic HTTP filters a breeze!
+ But Symfony's HttpKernelInterface provides a solid interface, which makes creating and sharing framework-agnostic HTTP filters a breeze!
20
21
</div>
22
@@ -78,7 +78,7 @@ <h2>Conventions</h2>
78
</ol>
79
80
81
- Yes, leveraging the HTTP abstraction is that easy!
+ Yes, leveraging the HTTP interface is that easy!
82
83
84
{% endblock %}
0 commit comments