Fix typo in ref-database.*ReplicationFilterEnabled config Change-Id: I675b09dd0aa63394dc737f38a70ec2e150c393e9
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md index ed72405..253d8aa 100644 --- a/src/main/resources/Documentation/config.md +++ b/src/main/resources/Documentation/config.md
@@ -95,12 +95,12 @@ : Enable the use of a shared ref-database Defaults: true -```ref-database.pushReplicationFilterClassEnabled``` +```ref-database.pushReplicationFilterEnabled``` : Enable the filtering of push replication events checking their up-to-date status with the global-refdb. Defaults: true -```ref-database.pullReplicationFilterClassEnabled``` +```ref-database.pullReplicationFilterEnabled``` : Enable the filtering of pull replication events checking their up-to-date status with the global-refdb. Defaults: true