From 489a44bb7ebad1a6d9ba762fdcd7dc6a9fea7e0d Mon Sep 17 00:00:00 2001 From: James McNeilis Date: Fri, 16 Apr 2021 19:47:12 +0100 Subject: [PATCH] Small typo fix (#345) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14637f8979c..c4d33cb1bd7 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,7 @@ Usage: ``` #### safe_add ([source](macros/sql/safe_add.sql)) -Implements a cross-database way to sum nullable fiellds using the fields specified. +Implements a cross-database way to sum nullable fields using the fields specified. Usage: ```