Align 'behavior' spelling to style guide
Closes gh-11394
This commit is contained in:
committed by
Stephane Nicoll
parent
7c0ed8981f
commit
00d12c5b2d
@@ -81,7 +81,7 @@ class DuplicateJsonObjectContextCustomizerFactory implements ContextCustomizerFa
|
||||
message.append("\t" + jsonObject + "\n");
|
||||
}
|
||||
message.append("\nYou may wish to exclude one of them to ensure"
|
||||
+ " predictable runtime behaviour\n");
|
||||
+ " predictable runtime behavior\n");
|
||||
this.logger.warn(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user