From bd1a74617c31ef7e41b0b144d50c7387051359ad Mon Sep 17 00:00:00 2001 From: Mickey Reiss Date: Fri, 2 Feb 2018 22:25:45 -0800 Subject: [PATCH] Add name of file above code snippet --- docs/docs/add-custom-webpack-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/add-custom-webpack-config.md b/docs/docs/add-custom-webpack-config.md index 89183dc792fef..8280012f13b92 100644 --- a/docs/docs/add-custom-webpack-config.md +++ b/docs/docs/add-custom-webpack-config.md @@ -39,7 +39,7 @@ e.g. [Sass](/packages/gatsby-plugin-sass/), ## Example -Here is an example adding support for **flexboxgrid** when processing css files. +Here is an example that configures **flexboxgrid** when processing css files. Add this in `gatsby-node.js`: ```js exports.modifyWebpackConfig = ({ config, stage }) => {