Skip to content

Commit

Permalink
Revert intentional test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsalven committed Nov 3, 2017
1 parent 0097303 commit 0421f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-cosmos-router-proxy/src/index.js
Expand Up @@ -6,7 +6,7 @@ import LocationInterceptor from './LocationInterceptor';
import urlParser from 'url';

function buildLocation(url, locationState) {
const { pathnamee, search, hash } = urlParser.parse(url);
const { pathname, search, hash } = urlParser.parse(url);
return {
pathname,
search,
Expand Down

0 comments on commit 0421f0e

Please sign in to comment.