Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ffcccb

Browse files
diogosalazarLinusBorg
authored andcommittedMar 1, 2018
Fix typos (#1312)
1 parent b654847 commit 4ffcccb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎scenarios/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ With the code from `index.js`, we insert those answers into the metalsmith metad
88

99
## The scenarios
1010

11-
We currently have 3 scenrios set up:
11+
We currently have 3 scenarios set up:
1212

13-
1. 'minimal': it basically answers "no" to ever choice, so no router, no elint, no tests
13+
1. 'minimal': it basically answers "no" to ever choice, so no router, no eslint, no tests
1414
2. 'full': It answers "yes" to every choice. With router, with linting (standard), with full tests (jest & e2e)
15-
3. 'full-airbnb-karma': like 'full', but using airbnb eslint config instead od standard and karma instead of jest for unnit tests.
15+
3. 'full-airbnb-karma': like 'full', but using airbnb eslint config instead of standard and karma instead of jest for unit tests.
1616

1717
Other permutations might be worth testing to secure against edge cases, but this gives us a decent level of security over common combinations.
1818

0 commit comments

Comments
 (0)
Please sign in to comment.