This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 95b984694bd [Fix][docs] Fix the Intellij key nouns. (#16356)
95b984694bd is described below

commit 95b984694bd3c4f1eadf4e6198de033f9b517128
Author: liuzhuang2017 <[email protected]>
AuthorDate: Mon Jul 4 11:27:55 2022 +0800

    [Fix][docs] Fix the Intellij key nouns. (#16356)
    
    ### Motivation
    
    - I think the Intellij should be changed to IntelliJ IDEA. For details, 
please refer to the official website https://www.jetbrains.com/idea/ and 
https://en.wikipedia.org/wiki/IntelliJ_IDEA.
    
    ### Modifications
    
    - Modify Intellij to IntelliJ IDEA.
    
    ### Verifying this change
    
    - [ ] Make sure that the change passes the CI checks.
    
    *(Please pick either of the following options)*
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    *(or)*
    
    This change is already covered by existing tests, such as *(please describe 
tests)*.
    
    *(or)*
    
    This change added tests and can be verified as follows:
    
    *(example:)*
      - *Added integration tests for end-to-end deployment with large payloads 
(10MB)*
      - *Extended integration test for recovery after broker failure*
    
    ### Does this pull request potentially affect one of the following parts:
    
    *If `yes` was chosen, please highlight the changes*
    
      - Dependencies (does it add or upgrade a dependency): (yes / no)
      - The public API: (yes / no)
      - The schema: (yes / no / don't know)
      - The default values of configurations: (yes / no)
      - The wire protocol: (yes / no)
      - The rest endpoints: (yes / no)
      - The admin cli options: (yes / no)
      - Anything that affects deployment: (yes / no / don't know)
    
    ### Documentation
    
    Check the box below or label this PR directly.
    
    Need to update docs?
    
    - [ ] `doc-required`
    (Your PR needs to update docs and you will update later)
    
    - [ ] `doc-not-needed`
    (Please explain why)
    
    - [x] `doc`
    (Your PR contains doc changes)
    
    - [ ] `doc-complete`
    (Docs have been already added)
---
 .gitignore | 2 +-
 README.md  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1a5aeb6d857..38b7063b795 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,7 +25,7 @@ pulsar-functions/worker/src/test/resources/
 .recommenders/
 .factorypath
 
-# Intellij
+# IntelliJ
 .idea/
 *.iml
 *.iws
diff --git a/README.md b/README.md
index a0246fafab7..274c4c552e7 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ docker push ${image_repo_and_project}/pulsar:$tag
 Apache Pulsar is using [lombok](https://projectlombok.org/) so you have to 
ensure your IDE setup with
 required plugins.
 
-### Intellij
+### IntelliJ
 
 #### Configure Project JDK to Java 17 JDK
 
@@ -250,13 +250,13 @@ required plugins.
 
 4. Click **OK**.
 
-5. Install the lombok plugin in intellij.
+5. Install the lombok plugin in intelliJ.
 
 #### Configure code style
 
 1. Open Code Style Settings dialog box by going to **Settings** -> **Editor** 
-> **Code Style**.
 
-2. Click on the :gear: symbol -> **Import scheme** -> **Intellij IDEA code 
style XML**
+2. Click on the :gear: symbol -> **Import scheme** -> **IntelliJ IDEA code 
style XML**
 
 3. Pick the file `${pulsar_dir}/src/idea-code-style.xml`
 

Reply via email to