From 9bb201f80e007595094f0500a29ebe30203014a3 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Fri, 13 Dec 2019 14:31:44 +0200 Subject: [PATCH] fix service name in config --- editors/editoria/src/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/editoria/src/config/config.js b/editors/editoria/src/config/config.js index 2cb49b66c..83e471e24 100644 --- a/editors/editoria/src/config/config.js +++ b/editors/editoria/src/config/config.js @@ -16,7 +16,7 @@ export default { rules: [emDash, ellipsis] } ], - RulesService: [ + ShortCutsService: [ { shortCuts: {} } -- GitLab