mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00: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
04cb57249a
commit
32be16bca2
@ -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…
Reference in New Issue
Block a user