Skip to content

Commit

Permalink
Fix typos (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogosalazar authored and LinusBorg committed Mar 1, 2018
1 parent b654847 commit 4ffcccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scenarios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ With the code from `index.js`, we insert those answers into the metalsmith metad

## The scenarios

We currently have 3 scenrios set up:
We currently have 3 scenarios set up:

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

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

Expand Down

0 comments on commit 4ffcccb

Please sign in to comment.