Skip to content

Commit 15dc27d

Browse files
committed
fix typo
1 parent b769838 commit 15dc27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class Offline {
290290
this.server = new Hapi.Server({
291291
connections: {
292292
router: {
293-
stripTrailingSlash: !this.option.preserveTrailingSlash, // removes trailing slashes on incoming paths.
293+
stripTrailingSlash: !this.options.preserveTrailingSlash, // removes trailing slashes on incoming paths.
294294
},
295295
},
296296
});

0 commit comments

Comments
 (0)