Skip to content

Commit 0b56fb3

Browse files
committed
use UK spelling
1 parent fb0224c commit 0b56fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_13_database_layer_validation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ We should also remind ourselves not to forget to remove this early return:
621621

622622
And now, we can focus on making our code a little neater.
623623

624-
TIP: When working on a new feature, it's common to realize partway through that
624+
TIP: When working on a new feature, it's common to realise partway through that
625625
a refactor of the application is needed. Adding an early return to the FT
626626
you're currently working on allows you to perform this refactor against
627627
passing FTs, even while the feature is still in progress.

0 commit comments

Comments
 (0)