nuxt-mail 3.0.13 → 3.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ export default {
|
|
|
178
178
|
}
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
Also, the module not work for static sites (via `nuxt generate`) because the module creates a server route.
|
|
181
|
+
Also, the module does not work for static sites (via `nuxt generate`) because the module creates a server route.
|
|
182
182
|
|
|
183
183
|
## Debugging mail errors
|
|
184
184
|
|
package/package.json
CHANGED