Skip to content

Commit 930aa63

Browse files
committed
Merge branch 'fix-typo' of https://github.com/pborreli/symfony-docs into pborreli-e342883
2 parents 2744761 + e342883 commit 930aa63

File tree

9 files changed

+9
-10
lines changed

9 files changed

+9
-10
lines changed

book/doctrine/orm/configuration.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Doctrine uses the lightweight ``Doctrine\Common\EventManager`` class to trigger
133133
a number of different events which you can hook into. You can register Event
134134
Listeners or Subscribers by tagging the respective services with
135135
``doctrine.dbal.<connection>_event_listener`` or
136-
``doctrine.dbal.<connection>_event_subscriber`` using the Dependency Injenction
136+
``doctrine.dbal.<connection>_event_subscriber`` using the Dependency Injection
137137
container.
138138

139139
You have to use the name of the DBAL connection to clearly identify which

book/forms/fields.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ this initial value, you can set it in the ``data`` option.
3636
.. note::
3737

3838
When you set the ``data`` option, the field will also not write the the
39-
domain object, because the ``property_path`` option will implicitely be
39+
domain object, because the ``property_path`` option will implicitly be
4040
``null``. Read :ref:`form-field-property_path` for more information.
4141

4242
``required``

book/http_cache.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Validation with the ``Last-Modified`` Header
578578
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
579579

580580
The ``Last-Modified`` header is the second form of validation. According
581-
to the HTTP sepecification, "The ``Last-Modified`` header field indicates
581+
to the HTTP specification, "The ``Last-Modified`` header field indicates
582582
the date and time at which the origin server believes the representation
583583
was last modified." In other words, the application decides whether or not
584584
the cached content has been updated based on whether or not it's been updated

book/page_creation.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ the configuration file for the ``dev`` environment.
892892
The ``imports`` key is similar to a PHP ``include`` statement and guarantees
893893
that the main configuration file (``config.yml``) is loaded first. The rest
894894
of the file tweaks the default configuration for increased logging and other
895-
settings condusive to a development environment.
895+
settings conducive to a development environment.
896896

897897
Both the ``prod`` and ``test`` environments follow the same model: each environment
898898
imports the base configuration file and then modifies its configuration values

book/templating.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ When building your application, you may choose to follow this method or simply
959959
make each page template extend the base application template directly
960960
(e.g. ``{% extends '::base.html.twig' %}``). The three-template model is
961961
a best-practice method used by vendor bundles so that the base template for
962-
a bundle can be easily overriden to properly extend your application's base
962+
a bundle can be easily overridden to properly extend your application's base
963963
layout.
964964

965965
.. index::

contributing/code/license.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ According to `Uncyclopedia`_:
1414
The License
1515
-----------
1616

17-
Copyright (c) 2004-2010 Fabien Potencier
17+
Copyright (c) 2004-2011 Fabien Potencier
1818

1919
Permission is hereby granted, free of charge, to any person obtaining a copy
2020
of this software and associated documentation files (the "Software"), to deal

contributing/documentation/translations.rst

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ When the team is confident that the repository is in a consistent and stable
6666
state (everything is translated, or non-translated documents have been removed
6767
from the toctrees -- files named ``index.rst`` and ``map.rst.inc``), the team
6868
manager can ask that the repository is added to the list of official *master*
69-
repositories by sending an email to Fabien (fabien.potencier at
70-
symfony-project.org).
69+
repositories by sending an email to Fabien (fabien at symfony.com).
7170

7271
Maintenance
7372
-----------

cookbook/symfony1.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How Symfony2 differs from symfony1
22
==================================
33

4-
The Symfony2 framework embodies a signficant evolution when compared with
4+
The Symfony2 framework embodies a significant evolution when compared with
55
the first version of the framework. Fortunately, with the MVC architecture
66
at its core, the skills used to master a symfony1 project continue to be
77
very relevant when developing in Symfony2. Sure, ``app.yml`` is gone, but

glossary.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Glossary
5050

5151
HTTP Specification
5252
The *Http Specification* is a document that describes the Hypertext
53-
Transfor Protocol - a set of rules laying out the classic client-server
53+
Transfer Protocol - a set of rules laying out the classic client-server
5454
request-response communication. The specification defines the format
5555
used for a request and response as well as the possible HTTP headers
5656
that each may have. For more information, read the `Http Uncyclopedia`_

0 commit comments

Comments
 (0)