-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
Description
Describe the bug
Typo when conncted and serving in a url.
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-qkr3peig?file=index.html
Steps to reproduce
- Go to window
- Inspect
- See type in the console
Expected behavior
should be server instead of "servor"
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Browser name = Chrome
Full version = 142.0.0.0
Major version = 142
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 96232577,
"usedJSHeapSize": 84576093,
"jsHeapSizeLimit": 4294705152
}
Hash = cf284e50
Additional context
No response