From 467f1d32a040a75de15036ee8345f5ff9114075d Mon Sep 17 00:00:00 2001 From: Enzo Venturi Date: Tue, 16 Aug 2022 01:17:18 -0500 Subject: [PATCH] doc: use american english _Behaviour_ noun is standard in British English. --- docs/destroying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/destroying.md b/docs/destroying.md index cf65fc6aa6..adf0f4d97f 100644 --- a/docs/destroying.md +++ b/docs/destroying.md @@ -356,6 +356,6 @@ Order of operations: 1. `A` is destroyed This also demonstrates why `create_before_destroy` cannot be overridden when -it is inherited; changing the behaviour here isn't possible without removing +it is inherited; changing the behavior here isn't possible without removing the initial reason for `create_before_destroy`; otherwise cycles are always introduced into the graph.