diff --git a/reference_guide/api_changes_list_2022.md b/reference_guide/api_changes_list_2022.md index 246e476e0..8f9668693 100644 --- a/reference_guide/api_changes_list_2022.md +++ b/reference_guide/api_changes_list_2022.md @@ -164,7 +164,7 @@ Method `com.intellij.grazie.GrazieBundle.message(key, parameters)` marked static ### JavaScript Plugin 2022.2 `com.intellij.lang.javascript.buildTools.webpack.WebPackConfigManager.setConfig(WebPackConfig)` method moved to the superclass -: Should be used only in tests, marked with @TestOnly directive. +: Should be used only in tests (marked with `@TestOnly`). `com.intellij.lang.javascript.buildTools.webpack.WebPackConfig` class renamed to `com.intellij.lang.javascript.buildTools.bundler.WebBundlerConfig` : Use `com.intellij.lang.javascript.buildTools.bundler.WebBundlerConfig` instead.