Skip to content

Commit dcbc6b8

Browse files
authored
Merge pull request #773 from embermap/typo
Fix typo in config path example
2 parents 9f131c5 + 1557ee0 commit dcbc6b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/dummy/app/templates/docs/fastboot-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
When using this addon a new FastBoot instance will be created specifically for the testing environment. The options provided to the instance can be customized through a config file.
44

55
```js
6-
// my-app/config/fastboot-tesitng.js
6+
// my-app/config/fastboot-testing.js
77

88
module.exports = () => {
99
return {
@@ -19,4 +19,4 @@ module.exports = () => {
1919
};
2020
```
2121

22-
If no configuration file is present, then FastBoot testing will use sane defaults that make sense when testing FastBoot applications. For most applications not providing a customized configuration file is the best approach.
22+
If no configuration file is present, then FastBoot testing will use sane defaults that make sense when testing FastBoot applications. For most applications not providing a customized configuration file is the best approach.

0 commit comments

Comments
 (0)