-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixed typo mistakes #17274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed typo mistakes #17274
Conversation
Hi @jignesh-baldha. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team Don't need the test instance, I've just fixed typo mistakes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, please check my comments for this PR.
@@ -23,7 +23,7 @@ class OnInsertTest extends AbstractBackendController | |||
* @magentoConfigFixture admin_store cms/wysiwyg/use_static_urls_in_catalog 1 | |||
* @return void | |||
*/ | |||
public function testExecuteWhithStaticUrls() | |||
public function testExecutewithStaticUrls() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use camel case, so this should be: testExecuteWithStaticUrls
@@ -36,7 +36,7 @@ public function testExecuteWhithStaticUrls() | |||
* @magentoConfigFixture admin_store cms/wysiwyg/use_static_urls_in_catalog 0 | |||
* @return void | |||
*/ | |||
public function testExecuteWhithoutStaticUrls() | |||
public function testExecutewithoutStaticUrls() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use camel case, so this should be: testExecuteWithoutStaticUrls
Hi @jignesh-baldha , unfortunately, we can't accept such Pull Requests to 2.2 release line, all code cleanup like typos, spelling mistakes, etc should be delivered to 2.3 release line. For more information, please, refer to Magento Code Contributions Guide |
I have created a PR for Magento 2.3 here: #17293 |
Description
I've fixed typo mistakes.
Contribution checklist