From 8dd78db5c7a56c5f54bcfad7141ebf286b656426 Mon Sep 17 00:00:00 2001 From: Matthew Turland Date: Wed, 23 Nov 2011 09:20:52 -0600 Subject: [PATCH] Typo fix: s/misbeaving/misbehaving/g in content/backing-services.md --- content/backing-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/backing-services.md b/content/backing-services.md index e632a82..badf9df 100644 --- a/content/backing-services.md +++ b/content/backing-services.md @@ -11,5 +11,5 @@ Each distinct backing service is a *resource*. For example, a MySQL database is A production deploy attached to four backing services. -Resources can be attached and detached to deploys at will. For example, if the app's database is misbeaving due to a hardware issue, the app's administrator might spin up a new database server restored from a recent backup. The current production database could be detached, and the new database attached -- all without any code changes. +Resources can be attached and detached to deploys at will. For example, if the app's database is misbehaving due to a hardware issue, the app's administrator might spin up a new database server restored from a recent backup. The current production database could be detached, and the new database attached -- all without any code changes.