Skip to content

use "behavior" instead of "behaviour" #11196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing/code_of_conduct/concrete_example_document.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Code of Conduct: Concrete Example Document
==========================================

This is a living document that serves to give concrete examples of
unwanted behaviour. These examples have all taken place somewhere in the
unwanted behavior. These examples have all taken place somewhere in the
PHP community in the past, and are clear code of conduct violations
according to the Symfony code of conduct.

Expand Down
2 changes: 1 addition & 1 deletion contributing/diversity/governance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ management systems should be set up and monitored.
Openness and Accountability
~~~~~~~~~~~~~~~~~~~~~~~~~~~

The behaviour and conduct of the initiative's guidance team sets the tone for
The behavior and conduct of the initiative's guidance team sets the tone for
the rest of the community. The guidance team should lead by example to create a
culture that enables members to feel it is safe to suggest, question and
challenge - rather than avoid - difficult ideas and topics. The team should
Expand Down
2 changes: 1 addition & 1 deletion contributing/documentation/format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ If you are documenting a brand new feature, a change or a deprecation that's
been made in Symfony, you should precede your description of the change with
the corresponding directive and a short description:

For a new feature or a behaviour change use the ``.. versionadded:: 3.x``
For a new feature or a behavior change use the ``.. versionadded:: 3.x``
directive:

.. code-block:: rst
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ strict_requirements

**type**: ``mixed`` **default**: ``true``

Determines the routing generator behaviour. When generating a route that
Determines the routing generator behavior. When generating a route that
has specific :doc:`requirements </routing/requirements>`, the generator
can behave differently in case the used parameters do not meet these requirements.

Expand Down