Skip to content

Commit ff004fa

Browse files
authored
Remove British English spelling in docs (#1031)
Behavior/behavior is used across the whole docs
1 parent 6d00c48 commit ff004fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/custom-types.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The driver serializes PHP variables, including objects, into BSON when it
1414
communicates to the server, and deserializes BSON back into PHP variables when
1515
it receives data from the server.
1616

17-
It is possible to influence the behaviour by implementing the
17+
It is possible to influence the behavior by implementing the
1818
:php:`MongoDB\\BSON\\Persistable <class.mongodb-bson-persistable>` interface.
1919
If a class implements this interface, then upon serialization the
2020
:php:`bsonSerialize <mongodb-bson-serializable.bsonserialize>` method is

0 commit comments

Comments
 (0)