Skip to content

Commit 0e4d139

Browse files
authored
fix typo (#849)
1 parent ae92709 commit 0e4d139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java-runtime/assets/ToolingJDKPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class ToolingJDKPanel extends React.Component<Props, State> {
2929
return (
3030
<div className="container">
3131
<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>
32+
<div className="warning-box"><i className="codicon codicon-warning"></i>Java Language Server requires a JDK 11+ to launch itself.</div>
3333

3434
{javaHomeError && (<p className="java-home-error">{javaHomeError}</p>)}
3535

0 commit comments

Comments
 (0)