Skip to content

Commit

Permalink
docs(MIGRATION.md): fix misspelled URLs (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpaolini committed Apr 20, 2024
1 parent 2217eaf commit bffa0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Expand Up @@ -105,10 +105,10 @@ Specify the `target` option.

```js
// before
createProxyMiddleware('http:/www.example.org');
createProxyMiddleware('http://www.example.org');

// after
createProxyMiddleware({ target: 'http:/www.example.org' });
createProxyMiddleware({ target: 'http://www.example.org' });
```

### Removed `context` argument
Expand Down

0 comments on commit bffa0a6

Please sign in to comment.