8000 Minor spelling fix · symfony/symfony-docs@ef3a58e · GitHub
[go: up one dir, main page]

Skip to content

Commit ef3a58e

Browse files
GeertDDweaverryan
authored andcommitted
Minor spelling fix
1 parent 68a2c7b commit ef3a58e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Forms
66

77
Dealing with HTML forms is one of the most common - and challenging - tasks for
88
a web developer. Symfony integrates a Form component that makes dealing with
9-
forms easy. In this chapter, you'll build a complex form from the ground-up,
9+
forms easy. In this chapter, you'll build a complex form from the ground up,
1010
learning the most important features of the form library along the way.
1111

1212
.. note::

book/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ HTTP is the term used to describe this simple text-based language. And no
3737
matter how you develop on the web, the goal of your server is *always* to
3838
understand simple text requests, and return simple text responses.
3939

40-
Symfony is built from the ground-up around that reality. Whether you realize
40+
Symfony is built from the ground up around that reality. Whether you realize
4141
it or not, HTTP is something you use everyday. With Symfony, you'll learn
4242
how to master it.
4343

0 commit comments

Comments
 (0)
0