From 8bcbfbce95773ca3f41b7c8314842a4a6f015cd8 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 11 Mar 2018 01:15:41 -0800 Subject: [PATCH] fix minor typo (#1335) --- docs/assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets.md b/docs/assets.md index 3f0fec609..fbd3dd578 100644 --- a/docs/assets.md +++ b/docs/assets.md @@ -74,7 +74,7 @@ Specify the plugin in your `.babelrc` with the custom root or alias. Here's an e And then within your javascript app code: ```js -// Note: we don't have do any ../../ jazz +// Note: we don't have to do any ../../ jazz import FooImage from 'assets/images/foo-image.png' import 'assets/stylesheets/bar'