Skip to content

Commit

Permalink
Update official-typings-bugs.md [(utitity)->(utility)](1) (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
AashishRaj2005 authored Jun 17, 2024
1 parent e867ed2 commit bc19e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,7 @@ Because you don't have to explicitly import this, this is known as an [ambient m
You can also do ambient variable and ambient type declarations:
```ts
// ambient utiltity type
// ambient utility type
type ToArray<T> = T extends unknown[] ? T : T[];
// ambient variable
declare let process: {
Expand Down
2 changes: 1 addition & 1 deletion docs/basic/troubleshooting/official-typings-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Because you don't have to explicitly import this, this is known as an [ambient m
You can also do ambient variable and ambient type declarations:

```ts
// ambient utiltity type
// ambient utility type
type ToArray<T> = T extends unknown[] ? T : T[];
// ambient variable
declare let process: {
Expand Down

0 comments on commit bc19e03

Please sign in to comment.