Skip to content

Commit 0b23734

Browse files
authored
Grammar fix.
1 parent b9d2459 commit 0b23734

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/DOCUMENTATION_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This page describes the process for submitting documentation and serves as a tem
66

77
The contribution workflow for the Magento functional testing framework (MFTF) documentation is the same as submitting code.
88

9-
1. Create a branch from the `develop` branch in the [MFTF repo][].
9+
1. Create a branch from the `develop` branch in the [MFTF repository][].
1010
1. Make edits/additions/deletions as needed.
1111
1. Submit your PR to the `develop` branch.
1212

1313
Once submitted, a member of the documentation team will review and merge it.
1414
We will inform you if it needs any additional processing.
1515

1616
The documentation in this repository is used as the source for the [MFTF documentation][].
17-
Any changes to the Table of Contents will need to be made via a separate PR in the regular [devdocs repo][].
17+
Any changes to the Table of Contents will need to be made via a separate PR in the regular [Magento Developer documentation repository][].
1818

1919
## Ordered lists
2020

@@ -60,7 +60,7 @@ Markdown formatting works for simple tables. It does not support multiline conte
6060
<!-- For readability, we abstract the link URLS to the bottom of the page. The extra set of square brackets denotes it is a link, rather than plain brackets. >
6161
6262
<!-- Link Definitions -->
63-
[devdocs repo]: https://github.com/magento/devdocs/blob/master/_data/toc/mftf.yml
64-
[MFTF repo]: https://github.com/magento/magento2-functional-testing-framework
63+
[Magento Developer documentation repository]: https://github.com/magento/devdocs/blob/master/_data/toc/mftf.yml
64+
[MFTF repository]: https://github.com/magento/magento2-functional-testing-framework
6565
[Contribute to Magento Devdocs]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
6666
[MFTF documentation]: https://devdocs.magento.com/mftf/docs/introduction.html

0 commit comments

Comments
 (0)