From 0a3f20b09861d3dd926ed5977850f5203ca4e491 Mon Sep 17 00:00:00 2001 From: Akseli Palmer Date: Mon, 15 Dec 2025 11:55:18 -0500 Subject: [PATCH] Fix typo in Data Access Layer section Use "an" instead of "a" before words starting with a vowel sound --- docs/01-app/02-guides/data-security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-app/02-guides/data-security.mdx b/docs/01-app/02-guides/data-security.mdx index 2c12d4354a4dc..aa0476172ccf2 100644 --- a/docs/01-app/02-guides/data-security.mdx +++ b/docs/01-app/02-guides/data-security.mdx @@ -54,7 +54,7 @@ This approach works well when: ### Data Access Layer -For new projects, we recommend creating a dedicated **Data Access Layer (DAL)**. This is a internal library that controls how and when data is fetched, and what gets passed to your render context. +For new projects, we recommend creating a dedicated **Data Access Layer (DAL)**. This is an internal library that controls how and when data is fetched, and what gets passed to your render context. A Data Access Layer should: