Fix a typo in the .module file ("rendeded" instead of "rendered")

Created on 17 March 2023, over 1 year ago

On, the module is using the following code.

   $settings['nomarkup']['enabled'] = [
     '#title' => t('Remove field markup'),
     '#description' => t('If enabled, the field value will be rendeded without any other HTML markup.'),
     '#type' => 'checkbox',
     '#default_value' => $plugin->getThirdPartySetting('nomarkup', 'enabled'),
   ];

It says rendeded instead of rendered.

📌 Task
Status

RTBC

Version

1.0

Component

Code

Created by

🇮🇳India gayatri chahar

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024