Skip to content

Commit 31cc212

Browse files
committed
Fixed link.
1 parent 062acd0 commit 31cc212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tips-tricks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ BAD:
397397
```
398398

399399
For example:
400-
[This test][] refers to this [Data file][]
400+
[This test][] refers to this [Data file][].
401401

402402
### Use descriptive variable names
403403

@@ -447,4 +447,4 @@ BAD:
447447

448448
<!-- Link Definitions -->
449449
[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
450+
[Data file]: https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/Data/CaptchaConfigData.xml

0 commit comments

Comments
 (0)