From 3e6c5ffacbbad9852dcc33f6c541e3b06dee98ad Mon Sep 17 00:00:00 2001 From: payenda Date: Tue, 19 Mar 2024 14:12:38 +0430 Subject: [PATCH] Update structeezy-dynamic-fields.mdx reprents was replaced with represents guarantees was replaced with guarantee --- src/content/docs/reference/structeezy-dynamic-fields.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/reference/structeezy-dynamic-fields.mdx b/src/content/docs/reference/structeezy-dynamic-fields.mdx index 212f056..e9d54cf 100644 --- a/src/content/docs/reference/structeezy-dynamic-fields.mdx +++ b/src/content/docs/reference/structeezy-dynamic-fields.mdx @@ -41,7 +41,7 @@ Structeezy Dynamic Fields are written in the following format: | Template | Description | | ------------------ | --------------------------------------------------------------- | | `{{UID}}` | A unique 6 characters ID | -| `{{UID$$}}` | Where `$$` reprents any number of digits. Additional unique IDs | +| `{{UID$$}}` | Where `$$` represents any number of digits. Additional unique IDs | | `{{DATETIME}}` | A unique creation date in the ISO format | | `{{CURRENTDAY}}` | A php snippet to output the current day | | `{{CURRENTMONTH}}` | A php snippet to output the current mont | @@ -182,7 +182,7 @@ The `{{DATETIME}}` placeholder will be replaced by a unique date. ``` :::note -The date is generated at injection time. I guarantees that each time you inject a structure, the date will be different. But once injected, the date becomes static in Bricks. +The date is generated at injection time. I guarantee that each time you inject a structure, the date will be different. But once injected, the date becomes static in Bricks. ::: ## `{{CURRENTDAY}}` Current Day / Month / Year