Skip to content

Commit 6b20937

Browse files
committed
Fix typo
1 parent dbbcc2f commit 6b20937

File tree

1 file changed

+2
-3
lines changed
  • resources/views/docs/desktop/1/the-basics

1 file changed

+2
-3
lines changed

resources/views/docs/desktop/1/the-basics/windows.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,8 @@ This is particularly useful for always-on-top utility windows or menubar applica
396396

397397
### Restrict navigation within a window
398398

399-
When opening windows that display content outside your control that is not under your control (such as external
400-
websites), you may want to restrict the user's navigation options. NativePHP provides two handy methods for this on the
401-
`Window` facade:
399+
When opening windows that display content that is not under your control (such as external websites), you may want to
400+
restrict the user's navigation options. NativePHP provides two handy methods for this on the `Window` facade:
402401

403402
```php
404403
Window::open()

0 commit comments

Comments
 (0)