From dba073da5f5749f9511acd19846300b800bf6289 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 27 Apr 2019 13:19:22 -0700 Subject: [PATCH] bold --- intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.md b/intro.md index 04e7d79..be6a53a 100644 --- a/intro.md +++ b/intro.md @@ -33,7 +33,7 @@ system to gracefully handle these situations. Woods uses the term **robustness** to refer to systems that are designed to effectively handle known failure modes. -Resilience, on the other hand, describes how well the system can handle +**Resilience**, on the other hand, describes how well the system can handle troubles that were not foreseeable by the designer. You can think of robustness as being able to deal well with *known unknowns*, and resilience as being able to deal well with *unknown unknowns*.