Commit 5ba779e
fix: remove double space in navigate error message (ChromeDevTools#1847)
## Summary
Fixes a double space in the navigate error message in
`src/tools/pages.ts`.
## Problem
Line 225 contains an error message with double space:
```
'Unable to navigate in the selected page: ...'
```
## Fix
Changed to single space:
```
'Unable to navigate in the selected page: ...'
```
Signed-off-by: Cocoon-Break
<54054995+kuishou68@users.noreply.github.com>
Signed-off-by: Cocoon-Break <54054995+kuishou68@users.noreply.github.com>1 parent 85f3b2b commit 5ba779e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments