From 25878e1676c9aa111540b3c2d9219c941a0e27b1 Mon Sep 17 00:00:00 2001 From: fajaralfa <101091656+fajaralfa@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:49:07 +0700 Subject: [PATCH] Update security.mdx, remove repeated word "enables" --- src/routes/solid-start/guides/security.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/solid-start/guides/security.mdx b/src/routes/solid-start/guides/security.mdx index 7b6c2f8ab..ff1351caf 100644 --- a/src/routes/solid-start/guides/security.mdx +++ b/src/routes/solid-start/guides/security.mdx @@ -2,7 +2,7 @@ title: Security --- -As a non-opinionated framework, SolidStart doesn't enforce any security practices, though it enables enables developers to implement them as needed. +As a non-opinionated framework, SolidStart doesn't enforce any security practices, though it enables developers to implement them as needed. It is important to know what are the requirements for your own app and implement the fitting security measures. If at any point you are unsure about the security of your app, or how to achieve something within the constraints of SolidStart reach us on [Discord](https://discord.gg/solidjs). @@ -33,4 +33,4 @@ The exception is when HTML is inserted via the `innerHTML` property, which bypas Additionally, it's important to note that `