From 1efc1516e2dfff5316c7675078c912ea7ed27275 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 13 Jan 2025 13:31:55 +0100 Subject: [PATCH 1/2] :books: Change term for border radius --- docs/user-guide/styling/index.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/styling/index.njk b/docs/user-guide/styling/index.njk index f59373839..b54db7a09 100644 --- a/docs/user-guide/styling/index.njk +++ b/docs/user-guide/styling/index.njk @@ -124,10 +124,10 @@ title: 06· Styling
  • Square - Adds a rectangular ending to the end of the path.
  • -

    Corner radius

    -

    You can set values for corner radius to rectangles and images. There’s also the option to edit each corner individually.

    +

    Border radius

    +

    You can customize the border radius of rectangles and images, with the option to customize each corner individually.

    -
    From 94976aa2b1d3b0698191b5c4cb9e1ef0b1d9b0e1 Mon Sep 17 00:00:00 2001 From: adi-lb-phoenix <106365315+adi-lb-phoenix@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:03:27 +0530 Subject: [PATCH 2/2] :books: Fix incorrect flag on configuration.md --- docs/technical-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-guide/configuration.md b/docs/technical-guide/configuration.md index ba2380a49..4316afb12 100644 --- a/docs/technical-guide/configuration.md +++ b/docs/technical-guide/configuration.md @@ -30,7 +30,7 @@ flags (that just enables or disables something). All flags are set in a single format: -\. For example: ```bash -PENPOT_FLAGS: enable-smpt disable-registration disable-email-verification +PENPOT_FLAGS: enable-smtp disable-registration disable-email-verification ``` ### Registration ###