Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We welcome contributions, and request you follow these guidelines.

Please raise any bug reports on the [issue tracker](https://github.com/OpenLiberty/liberty-tools-eclipse/issues). Be sure to search the list to see if your issue has already been raised.

A good bug report is one that make it easy for us to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue.
A good bug report is one that makes it easy for us to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue.

### Legal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2022, 2025 IBM Corporation and others.
* Copyright (c) 2022, 2026 IBM Corporation and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down Expand Up @@ -411,7 +411,7 @@ private VirtualMachine attachJVM(String hostName, int port, AttachingConnector c
} catch (IOException e) {
if (Trace.isEnabled()) {
Trace.getTracer().trace(Trace.TRACE_UI,
"Error occured while trying to connect to the remote virtual machine " + e.getMessage(), e);
"Error occurred while trying to connect to the remote virtual machine " + e.getMessage(), e);
}
} catch (TimeoutException e2) {
// do nothing
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can use the **Install New Software** option in the Eclipse **Help** menu to

Download this zip to your local workstation and copy the path to the downloaded archive.

Click on the **Add...** button to open the **Add Repository** view. Specify a **Name** of your choice (optional), and click the **Add** button. paste the location of the downloaded archive, and click the **Add** button.
Click on the **Add...** button to open the **Add Repository** dialog. Copy and paste the location of the downloaded archive as the **Location**, specify a **Name** of your choice (optional), and click the **Add** button.

![Step 2b. Add repository](images/install-addRepoArchive.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Liberty Tools editing assistance provides code completion, diagnostics, and quic

4. To use Jakarta EE-specific quick-fixes, hover over a supported Jakarta EE error. A drop-down list of quick-fixes appears.

![Jakarta EE quick-dix](images/jakarta-ee-ls-quick-fix.png)
![Jakarta EE quick-fix](images/jakarta-ee-ls-quick-fix.png)

Jakarta EE API configuration assistance is offered through Eclipse LSP4Jakarta, the Language Server for Jakarta EE. For more information, see the [project documentation in GitHub](https://github.com/eclipse/lsp4jakarta#eclipse-lsp4jakarta).

Expand Down
Loading