We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae92709 commit 0e4d139Copy full SHA for 0e4d139
src/java-runtime/assets/ToolingJDKPanel.tsx
@@ -29,7 +29,7 @@ export class ToolingJDKPanel extends React.Component<Props, State> {
29
return (
30
<div className="container">
31
<h1>Configure Runtime for Language Server</h1>
32
- <div className="warning-box"><i className="codicon codicon-warning"></i>Java Langauge Server requires a JDK 11+ to launch itself.</div>
+ <div className="warning-box"><i className="codicon codicon-warning"></i>Java Language Server requires a JDK 11+ to launch itself.</div>
33
34
{javaHomeError && (<p className="java-home-error">{javaHomeError}</p>)}
35
0 commit comments