Skip to content

Commit 167f70a

Browse files
EmilTholinjaredpalmer
authored andcommitted
Fix 'server' typo (#658)
1 parent 21d2c5a commit 167f70a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = function myRazzlePlugin(config, env, webpack, options) {
139139
}
140140

141141
if (target === 'server') {
142-
// serer only
142+
// server only
143143
}
144144

145145
if (dev) {

packages/razzle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module.exports = function myRazzlePlugin(config, env, webpack, options) {
139139
}
140140

141141
if (target === 'server') {
142-
// serer only
142+
// server only
143143
}
144144

145145
if (dev) {

0 commit comments

Comments
 (0)