Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

Commit

Permalink
fixes typo: server -> serve (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-dot-earth authored and ctrlplusb committed Feb 12, 2017
1 parent 2180d3f commit 22e6958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/middleware/serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { resolve as pathResolve } from 'path';
import appRootDir from 'app-root-dir';
import config from '../../../config';

// Middleware to server our service worker.
// Middleware to serve our service worker.
function serviceWorkerMiddleware(req, res, next) {
res.sendFile(
pathResolve(
Expand Down

0 comments on commit 22e6958

Please sign in to comment.