From 54d319b540ee311aab5104c84382fad82624c8bf Mon Sep 17 00:00:00 2001 From: "John P. Rouillard" Date: Tue, 2 Jan 2024 11:05:37 -0500 Subject: [PATCH] Update README.md - spelling fixes --- examples/05-handlers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/05-handlers/README.md b/examples/05-handlers/README.md index 59d33e36..7d887c0c 100644 --- a/examples/05-handlers/README.md +++ b/examples/05-handlers/README.md @@ -3,7 +3,7 @@ Multiple handlers can be registered for the same event. They are executed in the order of registration. -Beside the stardard create-update-delete events, a per-field diff can be registered. +Besides the standard create-update-delete events, a per-field diff can be registered. It is called only in case of the specified field changes, with `old` & `new` set to that field's values.