From 05e793243bcab8275e61d6d84b2d742c737593e8 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 21 Apr 2014 16:48:50 -0400 Subject: [PATCH] Fixing typo: "dread" --> "dreaded" --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index 17b7e38..0c060db 100644 --- a/semver.md +++ b/semver.md @@ -17,7 +17,7 @@ to the MAJOR.MINOR.PATCH format. Introduction ------------ -In the world of software management there exists a dread place called +In the world of software management there exists a dreaded place called "dependency hell." The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this pit of despair.