Skip to content

Commit

Permalink
fix: fixing spelling mistake in index.ts (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadaf-A authored Feb 29, 2024
1 parent ec5f49f commit ceb6374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface Window {
NL_PATH: string;
/** Returns true if extensions are enabled */
NL_EXTENABLED: boolean;
/** Operating system name: Linux, Windows, Darwin, FreeBSD, or Uknown */
/** Operating system name: Linux, Windows, Darwin, FreeBSD, or Unknown */
NL_OS: string;
/** CPU architecture: x64, arm, itanium, ia32, or unknown */
NL_ARCH: string;
Expand Down

0 comments on commit ceb6374

Please sign in to comment.