diff --git a/src/ini.zig b/src/ini.zig index 4e0ca6e7f1..285825712a 100644 --- a/src/ini.zig +++ b/src/ini.zig @@ -1070,7 +1070,7 @@ pub fn loadNpmrc( source, iter.config.properties.at(iter.prop_idx - 1).key.?.loc, allocator, - "The follwing .npmrc registry option was not applied:\n\n {s}\n\nBecause we currently don't support the {s} option.", + "The following .npmrc registry option was not applied:\n\n {s}\n\nBecause we currently don't support the {s} option.", .{ conf_item, @tagName(conf_item.optname), @@ -1130,7 +1130,7 @@ pub fn loadNpmrc( source, iter.config.properties.at(iter.prop_idx - 1).key.?.loc, allocator, - "The follwing .npmrc registry option was not applied:\n\n {s}\n\nBecause we couldn't find the registry: {s}.", + "The following .npmrc registry option was not applied:\n\n {s}\n\nBecause we couldn't find the registry: {s}.", .{ conf_item, conf_item.registry_url,