Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1771#discussion_r162153980
--- Diff: docs/user-manual/en/masking-passwords.md ---
@@ -18,12 +18,33 @@ Apache ActiveMQ Artemis provides a default password
encoder and decoder. Optiona
users can use or implement their own encoder and decoder for masking the
passwords.
+In general, a masked password can be identified using one of two ways. The
first one
+iS the ENC() syntax, i.e. any string value wrapped in ENC() is to be
treated as
--- End diff --
Capitalization error on "iS".
---