From 64a0a2e64241b5130f0ee4b67c9022d2321e38df Mon Sep 17 00:00:00 2001 From: Eli Perelman Date: Thu, 2 Mar 2017 09:20:41 -0600 Subject: [PATCH] Heading typo --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index dacd2b8..217e2d0 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -25,7 +25,7 @@ between ease of set up and black-boxing the configuration. Once you decide to ma you are forced to maintain the entire configuration and its dependencies in perpetuity. We believe Neutrino represents a good balance between ease of set up and future extensibility. -## Why don't presets use a normal Webpack configuration object instead of the chaining API? +### Why don't presets use a normal Webpack configuration object instead of the chaining API? The Webpack configuration works well when it is embedded into a single project, and it is the only configuration file to maintain. Once the configuration is no longer co-located with the project, and needs to be extended or