Skip to content

Commit 3c94785

Browse files
authored
chore: standardize for resources sentence (#517)
1 parent acfad05 commit 3c94785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Its guiding principle is that the more tests resemble the way software is used,
8888

8989
Vue Test Utils is the official low-level component testing library that was written to provide users access to Vue specific APIs. If you are new to testing Vue applications, we would recommend using Vue Testing Library, which is an abstraction over Vue Test Utils.
9090

91-
**Resources**
91+
**Resources:**
9292

9393
- [Official Vue Test Utils Documentation](https://vue-test-utils.vuejs.org)
9494
- [Vue Testing Handbook](https://lmiller1990.github.io/vue-testing-handbook/v3/#what-is-this-guide) by Lachlan Miller
@@ -133,7 +133,7 @@ While there are many tools in the ecosystem, here are some common end-to-end (E2
133133

134134
Cypress.io is a testing framework that aims to enhance developer productivity by enabling developers to reliably test their applications while providing a first class developer experience.
135135

136-
**Resources**
136+
**Resources:**
137137

138138
- [Cypress' Official Website](https://www.cypress.io)
139139
- [Official Vue CLI Cypress Plugin](https://cli.vuejs.org/core-plugins/e2e-cypress.html)

0 commit comments

Comments
 (0)