Skip to content

Commit c531e6b

Browse files
committed
Update Docs
1 parent b7d2161 commit c531e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Note: `isDev` is included in your data by default
6262
The object below is the default data of the render function.
6363
```javascript
6464
{
65-
NODE_DEV: process.env.NODE_ENV,
65+
NODE_ENV: process.env.NODE_ENV,
6666
isDev: process.env.NODE_ENV === "development"
6767
}
6868
```

0 commit comments

Comments
 (0)