From 3193d41718884ee88649f5805d899ff3db664e2b Mon Sep 17 00:00:00 2001 From: Dorian Goepp <dorian.goepp@gmail.com> Date: Mon, 3 Jun 2019 15:44:26 +0200 Subject: [PATCH] Correction in a commend --- src/utils/modeHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/modeHandler.js b/src/utils/modeHandler.js index e01d4e6..ed1f4bd 100644 --- a/src/utils/modeHandler.js +++ b/src/utils/modeHandler.js @@ -33,7 +33,7 @@ export class Modal extends Component { /** * Search for the 'settingsSchema' and 'readme' properties of the managed component. A corresponding field in the * configuration is set accordingly. This is used to display or not the UI buttons to show the Readme or the - * configuration for of a component. + * configuration of a component. * @param {Object} config current configuration of the object * @return the new configuration object (possibly unmodified) */ -- GitLab