From 44c57e1fd88dcedba05807d2f41746bce4e89a0f Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Mon, 2 Apr 2018 16:04:35 -0700
Subject: [PATCH] Update troubleshooting.md

---
 docs/extensions/troubleshooting.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/extensions/troubleshooting.md b/docs/extensions/troubleshooting.md
index 2197f68f..92d4c22e 100644
--- a/docs/extensions/troubleshooting.md
+++ b/docs/extensions/troubleshooting.md
@@ -27,5 +27,5 @@ A: For all of the various types, you must first run [generate:module](http://gen
 ## Out-of-date templates
 
 Many of the generators in `civix` rely on helpers and stubs defined in `<mymodule>.php` or `<mymodule>.civix.php`. If you
-run `civix generate:*` on an older extension, you could have issues. Review [UPGRADE.md](https://github.com/totten/civix/blob/master/UPGRADE.md)
+run `civix generate:*` on an older extension and have trouble with the generated code, then review [UPGRADE.md](https://github.com/totten/civix/blob/master/UPGRADE.md)
 for (a) general upgrade procedures and (b) a list of specific changes that could require manual attention.
-- 
GitLab