Commit 429e0ca
authored
fix: remove double space in navigate error message (#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 c066488 commit 429e0ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments