Skip to content

Commit 3cc0b9c

Browse files
authored
Fix typo
1 parent 7406738 commit 3cc0b9c

File tree

1 file changed

+1
-1
lines changed
  • docs/get-started/config/contexts

1 file changed

+1
-1
lines changed

docs/get-started/config/contexts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Doc Detective uses contexts to determine which tests to run. A context is a set
1212

1313
By default, Doc Detective runs tests in Chrome on Windows, macOS, and Linux. You can specify custom contexts to run tests in other apps.
1414

15-
Each context is name up of an `app` object and a `platforms` array. When Doc Detective runs tests, it checks the associated contexts to see if the app is available and if it's running on a specified platform. If the conditions are met, the test runs in that context. You can specify multiple contexts for a test, and Doc Detective will run the test in each context that is met.
15+
Each context is made up of an `app` object and a `platforms` array. When Doc Detective runs tests, it checks the associated contexts to see if the app is available and if it's running on a specified platform. If the conditions are met, the test runs in that context. You can specify multiple contexts for a test, and Doc Detective will run the test in each context that is met.
1616

1717
For comprehensive options, see the [context](/docs/references/schemas/context) reference.
1818

0 commit comments

Comments
 (0)