Skip to content

Commit b70385b

Browse files
committed
Apply suggestions from code review
Signed-off-by: Arsh <emmagoldmanvevo+github@pm.me>
1 parent c9da9b8 commit b70385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/config/config_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ mod test {
691691
// reproduction for https://github.com/oxc-project/oxc/issues/14504
692692
// the bug occurred due to a simple omission and the fix was simple.
693693
// this test is just to communicate what was going wrong and to avoid a regression.
694-
// i noticed js plugins arent considered stable yet, so feel free edit or remove this test
694+
// i noticed js plugins aren't considered stable yet, so feel free to edit or remove this test
695695

696696
let mut external_plugin_store = ExternalPluginStore::default();
697697
external_plugin_store.register_plugin(

0 commit comments

Comments
 (0)