From 06fee59285e4a54a3a71c546c468b1bfb565fc70 Mon Sep 17 00:00:00 2001 From: Mayeul Kauffmann Date: Fri, 18 Aug 2023 17:08:07 +0200 Subject: [PATCH] formulas doc: typos. inccorect $ sign. --- packages/noco-docs/content/en/setup-and-usages/formulas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/formulas.md b/packages/noco-docs/content/en/setup-and-usages/formulas.md index 5a1d7c3a1c..83014c3d2e 100644 --- a/packages/noco-docs/content/en/setup-and-usages/formulas.md +++ b/packages/noco-docs/content/en/setup-and-usages/formulas.md @@ -27,7 +27,7 @@ menuTitle: "Formulas" ## Editing formula column -Unlike other column types, formula cells cannot be modified by double-clicking since the value is generated based on the formula. Instead, the vaule can be changed by updating the formula in the column setting. +Unlike other column types, formula cells cannot be modified by double-clicking since the value is generated based on the formula. Instead, the value can be changed by updating the formula in the column setting. image @@ -63,8 +63,8 @@ Unlike other column types, formula cells cannot be modified by double-clicking s | `/` | `{Column1} / {Column2}` | Division of numeric values | -Tip :To change the order of arithmetic operation, you can use round bracket parantheses ().
-Example: ({Column1} + ({Column2} * {Column3}) / (3 - $Column4$ )) +Tip: To change the order of arithmetic operation, you can use round bracket parentheses ().
+Example: ({Column1} + ({Column2} * {Column3}) / (3 - {Column4} ))
### String Functions