Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix 'partial' typo
  • Loading branch information
cjihrig authored Jul 5, 2023
commit 4a96edb04d172e4ca9abc82569a359ca33638ee8
4 changes: 2 additions & 2 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ added: REPLACEME

> Stability: 1 - Experimental

A patrial implementation of the [Navigator API][].
A partial implementation of the [Navigator API][].

## `navigator`

Expand All @@ -601,7 +601,7 @@ added: REPLACEME

> Stability: 1 - Experimental

A patrial implementation of [`window.navigator`][].
A partial implementation of [`window.navigator`][].

### `navigator.hardwareConcurrency`

Expand Down