diff --git a/articles/Two_years_with_clojure.md b/articles/Two_years_with_clojure.md index f56b9ec..39a3b47 100644 --- a/articles/Two_years_with_clojure.md +++ b/articles/Two_years_with_clojure.md @@ -104,7 +104,7 @@ Each time you read or write, nobody could read or write at the same time. And even using very expensive clusters, they couldn't handle these hard limits. -As a result, when we asked Mongo to reas and write a lot at the same time, we started to witness data loss... +As a result, when we asked Mongo to read and write a lot at the same time, we started to witness data loss... If you can't write them, let's destroy them. Furthermore the code dealing with tweet insertion in MongoDB was really hard to manipulate. No correct error handling. In the end, data loss...