Merge changes Ibb1a58e6,I52a90932,If6124558,I6fa3e915,I482c3a43, ...

* changes:
  CodeOwnersOnPostReviewIT: Fix spelling mistake in comment
  Clarify general override policy for config parameters
  Clarify the project config settings override config settings from parents
  Document that disabledBranch for project overrides the global setting
  Add FAQ how to setup code owner overrides
  Mention the REST endpoint to set config parameters in the config FAQs
  Allow to set required approval and override approval via REST
  Allow to set a file extension for code owner config files via REST
  Allow to enable/disable the code owners functionality via REST
  Add REST endpoint that lists the paths of a change that a given user owns
  Add change message with the owned files when code owner is added as reviewer
diff --git a/resources/Documentation/config.md b/resources/Documentation/config.md
index 705c5de..2753850 100644
--- a/resources/Documentation/config.md
+++ b/resources/Documentation/config.md
@@ -46,7 +46,7 @@
         This allows branches to opt-out of the code owners functionality.\
         Can be set multiple times.\
         Can be overridden per project by setting
-        [codeOwners.disabledBrancg](#codeOwnersDisabledBranch) in
+        [codeOwners.disabledBranch](#codeOwnersDisabledBranch) in
         `@PLUGIN@.config`.\
         By default unset.