Skip to content

Commit 84cb453

Browse files
authored
it's -> its
1 parent d9f4b60 commit 84cb453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/layered/content.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ \section{Introduction}
88
In the beginning developers created the \textit{big ball of mud}.
99
It was without form and void, and darkness was over the face of the developers\footnote{Liberties taken from
1010
\href{https://www.biblegateway.com/passage/?search=gen+1\&version=ESV}{Genesis 1:1-2}.}.
11-
The big ball of mud is an architectural style identified by it's lack of architectural style \cite{ballofmud}.
11+
The big ball of mud is an architectural style identified by its lack of architectural style \cite{ballofmud}.
1212
In a big ball of mud architecture, all components of the system are allowed to communicate directly with each other.
1313
If the GUI code wants data from the database, it will write an SQL query and send it to directly to the database.
1414
Likewise, if the code which primarily talks to the database decides the GUI needs to be updated in a particular way, it will do so.

0 commit comments

Comments
 (0)