From 0d5a07fe2967c1c94cbc8db165803aee5c543d0b Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 17 Feb 2021 22:37:43 -0500 Subject: [PATCH] Reword e2e-test --- docs/support/project-structure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/support/project-structure.md b/docs/support/project-structure.md index c193dd67d0..2b8bdc6ac4 100644 --- a/docs/support/project-structure.md +++ b/docs/support/project-structure.md @@ -154,9 +154,9 @@ are separated out into their own folder, see further down. to read out definitions and generate documentation for it. - [`e2e-test/`](https://github.com/backstage/backstage/tree/master/packages/e2e-test) - - Another CLI that can be run to try out what would happen if you built all the - packages, published them, created a new app, and then run them. CI uses this - for e2e-tests. + Another CLI that can be run to try out what would happen if you build all the + packages, publish them, create a new app, and then run them. CI uses this for + e2e-tests. - [`integration/`](https://github.com/backstage/backstage/tree/master/packages/integration) - Common functionalities of integrations like GitHub, GitLab, etc.