From 7c291fbc9fbe41e5d4a4803dd30921237212c1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rowicki?= Date: Tue, 20 Aug 2019 11:41:10 +0200 Subject: [PATCH] Fix typo --- docs/design-level.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design-level.md b/docs/design-level.md index bbf804d..4884675 100644 --- a/docs/design-level.md +++ b/docs/design-level.md @@ -20,7 +20,7 @@ that describes conditions that needs to be fulfilled for the **Book hold failed* Fair enough, let's go further. -When a **patron** tires to place on hold a book that is currently not available it should not be possible, thus resulting +When a **patron** tries to place on hold a book that is currently not available it should not be possible, thus resulting in **book hold failed** event, as it is depicted below: ![Holding example 2](images/dl/holding/example-2.png) @@ -236,4 +236,4 @@ likely to be relevant. It is also probably less harmful, then, to place on hold Now the final model is following: -![Aggregate 3](images/aggregates/agg-3.png) \ No newline at end of file +![Aggregate 3](images/aggregates/agg-3.png)