mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
build: fix typo 'Stoage' to 'Storage' in help text
PR-URL: https://github.com/nodejs/node/pull/58777 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
This commit is contained in:
parent
7cdda927fa
commit
2ba2c93dee
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ parser.add_argument('--without-sqlite',
|
|||
action='store_true',
|
||||
dest='without_sqlite',
|
||||
default=None,
|
||||
help='build without SQLite (disables SQLite and Web Stoage API)')
|
||||
help='build without SQLite (disables SQLite and Web Storage API)')
|
||||
|
||||
parser.add_argument('--ninja',
|
||||
action='store_true',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue