We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062acd0 commit 31cc212Copy full SHA for 31cc212
docs/tips-tricks.md
@@ -397,7 +397,7 @@ BAD:
397
```
398
399
For example:
400
-[This test][] refers to this [Data file][]
+[This test][] refers to this [Data file][].
401
402
### Use descriptive variable names
403
@@ -447,4 +447,4 @@ BAD:
447
448
<!-- Link Definitions -->
449
[This test]: https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaRegisterNewCustomerTest.xml#L24
450
-Data file]: https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/Data/CaptchaConfigData.xml
+[Data file]: https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/Data/CaptchaConfigData.xml
0 commit comments