Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 5821c1a

Browse files
committed
readme tweaks
1 parent 0c39f4c commit 5821c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can run the live, dynamically built version of the Samplestack browser with
2020

2121
You can also execute end-to-end tests of this configuration, where the browser code is tested with the Java middle-tier.
2222

23-
We'll call this kind of development a **mixed enviuronment**. These configurations are discussed below.
23+
We'll call this kind of development a **mixed environment**. These configurations are discussed below.
2424

2525
### Running the Application in a Mixed Environment
2626

@@ -40,7 +40,7 @@ In this configuration, the browser is hosted on port 3000 (http://loalhost:3000/
4040

4141
The behavior of the `gulp e2e` command is discussed in general in the [JavaScript README](../README-JavaScript). The following flags may be included in `gulp e2e` commands to run them in mixed mode.
4242

43-
- `middle-tier=external`: use this flag to cause e2e tests to be run against the Java middle-tier, when you have already launched the Java middle-tier code in a separate terminal (and you have a **clean and completel** database setup already performed).
43+
- `middle-tier=external`: use this flag to cause e2e tests to be run against the Java middle-tier, when you have already launched the Java middle-tier code in a separate terminal (and you have a **clean and complete** database setup already performed).
4444
- `middle-tier=java`: use this flag to cause e2e tests to use the gradle commands themselves to configure/reconfigure the database "from scratch", and then automatically launch the Java middle-tier.
4545

4646
## License

0 commit comments

Comments
 (0)