Skip to content

Commit 502087c

Browse files
Jake StewartBrocco
Jake Stewart
authored andcommitted
chore(readme): fix spelling in proxy to backend
Close #2687
1 parent 1413f1d commit 502087c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ End-to-end tests are run via [Protractor](https://angular.github.io/protractor/)
201201
Using the proxying support in webpack's dev server we can highjack certain urls and send them to a backend server.
202202
We do this by passing a file to `--proxy-config`
203203

204-
Say we have a server running on `http://localhost:3000/api` and we want all calls th `http://localhost:4200/api` to go to that server.
204+
Say we have a server running on `http://localhost:3000/api` and we want all calls to `http://localhost:4200/api` to go to that server.
205205

206206
We create a file next to projects `package.json` called `proxy.conf.json`
207207
with the content
@@ -294,7 +294,7 @@ source ~/.bash_profile
294294

295295
### Project assets
296296

297-
You can add any files you want copied as-is to `src/assets/`.
297+
You can add any files you want copied as-is to `src/assets/`.
298298

299299
### Global styles
300300

0 commit comments

Comments
 (0)