This is an automated email from the ASF dual-hosted git repository.
mxm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 0ba3e76b147 [docs] Fix typo in ide_setup.md (#20877)
0ba3e76b147 is described below
commit 0ba3e76b147f2a9dcf9d4871c67eaaaf11e0ef7d
Author: Mingliang Liu <[email protected]>
AuthorDate: Tue Jan 30 04:08:09 2024 -0800
[docs] Fix typo in ide_setup.md (#20877)
---
docs/content/docs/flinkDev/ide_setup.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/content/docs/flinkDev/ide_setup.md
b/docs/content/docs/flinkDev/ide_setup.md
index af65fa5fd5d..8f45a2cdd75 100644
--- a/docs/content/docs/flinkDev/ide_setup.md
+++ b/docs/content/docs/flinkDev/ide_setup.md
@@ -145,10 +145,11 @@ It is recommended to automatically format your code by
applying the following se
4. Go to "Settings" → Editor → Code Style → Scala.
5. Change the "Formatter" to "scalafmt".
6. Go to "Settings" → "Tools" → "Actions on Save".
-7. Under "Formatting Actions", select "Optimize imports" and "Reformat file".
+7. Under "Formatting Actions", select "Optimize imports" and "Reformat code".
8. From the "All file types list" next to "Reformat code", select Java and
Scala.
For earlier IntelliJ IDEA versions:
+
6. Go to "Settings" → "Other Settings" → "Save Actions".
7. Under "General", enable your preferred settings for when to format the
code, e.g. "Activate save actions on save".
8. Under "Formatting Actions", select "Optimize imports" and "Reformat file".