Skip to content

Commit 6e824d1

Browse files
authored
Merge branch 'sumn2u:main' into main
2 parents 9010451 + fba4d52 commit 6e824d1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

en/browser-object-model-bom/navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Let's look at a few examples of navigation.
2525
3. **navigator.platform**: Provides information about the browser operating system.
2626

2727
```javascript
28-
navigator.patform;
28+
navigator.platform;
2929
"MacIntel"
3030
```
3131

en/browser-object-model-bom/screen.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ The `window.screen` object has different properties, some of them are listed her
2525
| `availTop` | A read-only property that returns the first pixel from the top that is not taken up by system elements. |
2626
| `availWidth` | A read-only property that returns the pixel width of the screen excluding system elements. |
2727
| `colorDepth` | A read-only property that returns the number of bits used to represent colors. |
28-
| `height` | Represents the pixel height of the screen. |
29-
| `left` | Represents the pixel distance of the current screen’s left side. |
30-
| `pixelDepth` | A read-only that returns the bit depth of the screen. |
31-
| `top` | Represents the pixel distance of the current screen’s top. |
32-
| `width` | Represents the pixel width of the screen. |
33-
| `orientation` | Returns the screen orientation as specified in the Screen Orientation API |
3428

3529

3630

0 commit comments

Comments
 (0)