diff --git a/docs/components.md b/docs/components.md index 2085fa9..43cac5b 100644 --- a/docs/components.md +++ b/docs/components.md @@ -116,9 +116,9 @@ Wire.js supports *spec-relative module ids*. This means you can specify modules index.html app/ spec.js - aModule.js - stuff/ - anotherModule.js + aModule.js + stuff/ + anotherModule.js ... ```