From 9a9e09043f47b59a4f9cc89e7876a3f3f1aa7b41 Mon Sep 17 00:00:00 2001 From: SamSeed-Softwire <63662292+SamSeed-Softwire@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:31:25 +0000 Subject: [PATCH] docs: fix typos Co-authored-by: James Rose --- docs/infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure.md b/docs/infrastructure.md index a09ccffbc..81dc3f165 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -124,7 +124,7 @@ Once a pull request has been closed the review app infrastructure will be tore d ### How to fix review app deployment failures -One reason a review app deployment might fail is that it is attempting to run migrations which conflict with data in the database. For example you might have introduced a unique constraint, but the database associated with the review app has duplicate data in it that would violate this constaint, and so the migration cannot be run. There are 2 main ways to remedy this: +One reason a review app deployment might fail is that it is attempting to run migrations which conflict with data in the database. For example you might have introduced a unique constraint, but the database associated with the review app has duplicate data in it that would violate this constraint, and so the migration cannot be run. There are two main ways to remedy this: **Method 1 - Edit database via console** 1. Log in to Cloud Foundry