From 32be16bca2a12eb1bc8a1b9d468f7a4ec4a6522f Mon Sep 17 00:00:00 2001 From: ganglike <81566899+ganglike248@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:23:47 +0900 Subject: [PATCH] build: fix typo 'Stoage' to 'Storage' in help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/58777 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Juan José Arboleda Reviewed-By: Marco Ippolito Reviewed-By: Ethan Arrowood --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 703360a65c..0191f75d06 100755 --- a/configure.py +++ b/configure.py @@ -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',