From 8d5b494785125236f24d9124c320694582f36e73 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 21 Sep 2017 16:09:52 +0900 Subject: [PATCH] Update doc for JRebel --- doc/jrebel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jrebel.md b/doc/jrebel.md index 456497df9..4a597d929 100644 --- a/doc/jrebel.md +++ b/doc/jrebel.md @@ -117,4 +117,4 @@ And you reload browser, JRebel give notice of that it has reloaded classes: ## 6. Limitations -JRebel is nearly always able to eliminate the need to explicitly reload your container after a code change. However, if you change any of your routes patterns, there is nothing JRebel can do, you will have to restart Jetty by `jetty:quickstart`. +JRebel is nearly always able to eliminate the need to explicitly reload your container after a code change. However, if you change any of your routing patterns, there is nothing JRebel can do, you will have to restart by `jetty:quickstart`.