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