Skip to content

Commit 35feba6

Browse files
committed
fix trivial typo
1 parent c82d5e8 commit 35feba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ memoized or computed on each request, based on the setting of
6767

6868
```
6969
function selectProxyHost() {
70-
return (new Date() % 2) ? 'http://google.com' : 'http://altavista,com';
70+
return (new Date() % 2) ? 'http://google.com' : 'http://altavista.com';
7171
}
7272
7373
app.use('/', proxy(selectProxyHost);

0 commit comments

Comments
 (0)