Fixed typo mistakes#17274
Fixed typo mistakes#17274jignesh-baldha wants to merge 1 commit intomagento:2.2-developfrom jignesh-baldha:jignesh-patch2
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. |
dverkade
left a comment
There was a problem hiding this comment.
Hi, please check my comments for this PR.
| * @return void | ||
| */ | ||
| public function testExecuteWhithStaticUrls() | ||
| public function testExecutewithStaticUrls() |
There was a problem hiding this comment.
Please use camel case, so this should be: testExecuteWithStaticUrls
| * @return void | ||
| */ | ||
| public function testExecuteWhithoutStaticUrls() | ||
| public function testExecutewithoutStaticUrls() |
There was a problem hiding this comment.
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