From 75a5b126a625ca8f12d071d98d8804714815e494 Mon Sep 17 00:00:00 2001 From: Alejandro Reyes Date: Fri, 15 Sep 2023 10:09:14 -0500 Subject: [PATCH] fix grammer Co-authored-by: Nate Baer Signed-off-by: Alejandro Reyes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f742b79..37a3c6d8 100644 --- a/README.md +++ b/README.md @@ -670,7 +670,7 @@ Output: Both the `field` and the global Blueprinter Configuration supports `:if` and `:unless` options that can be used to serialize fields conditionally. -By default field-level conditions override global conditions. By enabling `roll_up_conditions`, BOTH field-level and global conditions must be met in order for field to be serialized. +By default, field-level conditions override global conditions. By enabling `roll_up_conditions`, BOTH field-level and global conditions must be met in order for the field to be serialized. ### Global Config Setting - if and unless