Skip to content

Commit bc0850c

Browse files
committed
Small fixes in Blazor section
1 parent d90175b commit bc0850c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,4 +399,4 @@ And then use it:
399399
}
400400
```
401401

402-
In this case, the call will be made to a WebAPI server hosted at `http://localhost:5104/weather`. Remember that if this server is not hosting the webassembly itself, it needs to have a CORS policy configure to allow the webassembly host URL to access the API endpoint in the browser.
402+
In this case, the call will be made to a WebAPI server hosted at `http://localhost:5104/weather`. Remember that if the WebAPI server is not hosting the webassembly itself, it needs to have a CORS policy configured to allow the webassembly origin to access the API endpoint from the browser.

0 commit comments

Comments
 (0)