Skip to content

Commit af7b9e5

Browse files
BobConanDevarialdomartini
BobConanDev
authored andcommitted
Updated README.md, fix typo(s)
1 parent 2fd7cb7 commit af7b9e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Feel free to open a [Discussion](https://github.com/arialdomartini/Back-End-Deve
105105
* [CAP Theorem](#cap-theorem)
106106
* [NoSql](#nosql)
107107
* [NoSQL and Scalability](#nosql-and-scalability)
108-
* [Documant and Relational DBs](#document-and-relational-dbs)
108+
* [document and Relational DBs](#document-and-relational-dbs)
109109

110110
* [Code Versioning Questions](#codeversioning)
111111
* [Branching in HG and in Git](#branching-in-hg-and-in-git)
@@ -169,7 +169,7 @@ Feel free to open a [Discussion](https://github.com/arialdomartini/Back-End-Deve
169169
* [Questions about Software Architecture](#architecture)
170170
* [No Cache](#no-cache)
171171
* [Event-Driven Architecture](#event-driven-architecture)
172-
* [Readibility](#readibility)
172+
* [readability](#readability)
173173
* [Emergent and Evolutionary](#emergent-and-evolutionary)
174174
* [Scale-Out, Scale-Up](#scale-out-scale-up)
175175
* [Failures User Sessions](#failures-user-sessions)
@@ -234,7 +234,7 @@ Feel free to open a [Discussion](https://github.com/arialdomartini/Back-End-Deve
234234
* [Streaming](#streaming)
235235
* [1 Week Improvement](#1-week-improvement)
236236
* [Learnt this week](#learnt-this-week)
237-
* [Aestheric](#aestheric)
237+
* [aesthetic](#aesthetic)
238238
* [Last 5 books](#last-5-books)
239239
* [Introducing CI/CD](#introducing-cicd)
240240
* [Reinvent the Wheel](#reinvent-the-wheel)
@@ -677,7 +677,7 @@ When is a cache not useful or even dangerous?
677677
#### Event-Driven Architecture
678678
Why does Event-Driven Architecture improve scalability?
679679

680-
#### Readibility
680+
#### readability
681681
What makes code readable?
682682

683683
#### Emergent and Evolutionary
@@ -862,7 +862,7 @@ Say your company gives you one week you can use to improve your and your colleag
862862
#### Learnt this week
863863
What did you learn this week?
864864

865-
#### Aestheric
865+
#### aesthetic
866866
There is an aesthetic element to all design. The question is, is this aesthetic element your friend or your enemy?
867867

868868
#### Last 5 books
@@ -972,7 +972,7 @@ public class Stack {
972972
}
973973
```
974974

975-
#### Kill the wwitch
975+
#### Kill the witch
976976
`if`s and in general conditional statements lead to procedural and imperative programming. Can you get rid of this `switch` and make this snippet more object oriented?
977977

978978
```java

0 commit comments

Comments
 (0)