Skip to content

Commit bffa0a6

Browse files
authoredApr 20, 2024··
docs(MIGRATION.md): fix misspelled URLs (#988)
1 parent 2217eaf commit bffa0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎MIGRATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ Specify the `target` option.
105105

106106
```js
107107
// before
108-
createProxyMiddleware('http:/www.example.org');
108+
createProxyMiddleware('http://www.example.org');
109109

110110
// after
111-
createProxyMiddleware({ target: 'http:/www.example.org' });
111+
createProxyMiddleware({ target: 'http://www.example.org' });
112112
```
113113

114114
### Removed `context` argument

0 commit comments

Comments
 (0)
Please sign in to comment.