Monday, January 24, 2022
1 change · master
Code cleanup and technical improvements
This update corrects misspelled internal function names related to the email and web editor components. It does not change what users can do, but it improves code clarity and maintainability for future work.
Original PR description
This properly renames the functions `_createWysiwygIntance` and `_restartWysiwygIntance` to, respectively, `_createWysiwygInstance` and `_restartWysiwygInstance` since they both had a typo in them and it's triggering all of our OCDs. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr