Corrected a spelling mistake of "no" to "not".

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a66cd436
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a66cd436
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a66cd436

Branch: refs/heads/master
Commit: a66cd4363d00ba03b1bc22d67e128b7ea74f6a03
Parents: c90d822
Author: Josh Seidel <josh.sei...@verititan.net>
Authored: Sun Dec 2 15:51:51 2018 -0500
Committer: Justin Bertram <jbert...@apache.org>
Committed: Thu Dec 13 10:41:47 2018 -0600

----------------------------------------------------------------------
 docs/migration-guide/en/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a66cd436/docs/migration-guide/en/configuration.md
----------------------------------------------------------------------
diff --git a/docs/migration-guide/en/configuration.md 
b/docs/migration-guide/en/configuration.md
index 397f916..b231159 100644
--- a/docs/migration-guide/en/configuration.md
+++ b/docs/migration-guide/en/configuration.md
@@ -22,7 +22,7 @@ The main configuration file is `etc/broker.xml`. Similarly to 
ActiveMQ's `conf/a
 
 The `etc/artemis.profile` file is similar to the `bin/env` file in ActiveMQ. 
Here you can configure environment variables for the broker, mostly regular JVM 
args related to SSL context, debugging, etc.
 
-There's no much difference in logging configuration between two brokers, so 
anyone familiar with Java logging systems in general will find herself at home 
here. The `etc/logging.properties` file is where it's all configured.
+There's not much difference in logging configuration between two brokers, so 
anyone familiar with Java logging systems in general will find herself at home 
here. The `etc/logging.properties` file is where it's all configured.
 
 Finally, we have JAAS configuration files (`login.config`, 
`artemis-users.properties` and `artemis-roles.properties`), which cover same 
roles as in ActiveMQ and we will go into more details on these in the article 
that covers security.
 

Reply via email to