From 126695b172affea253db2ee5c187aee7c9223125 Mon Sep 17 00:00:00 2001
From: Nik Osvalds <60047271+nosvalds@users.noreply.github.com>
Date: Thu, 7 Jan 2021 09:32:46 +0000
Subject: [PATCH] Define DAL in its first use
---
sections/projectstructre/createlayers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sections/projectstructre/createlayers.md b/sections/projectstructre/createlayers.md
index f6f860c1..802452b2 100644
--- a/sections/projectstructre/createlayers.md
+++ b/sections/projectstructre/createlayers.md
@@ -2,7 +2,7 @@
- ### Separate component code into layers: web, services, and DAL
+ ### Separate component code into layers: web, services, and Data Access Layer (DAL)
