diff --git a/packages/typescriptlang-org/src/templates/pages/why-create-typescript.tsx b/packages/typescriptlang-org/src/templates/pages/why-create-typescript.tsx index e95190ea39a3..228dc0a0e529 100644 --- a/packages/typescriptlang-org/src/templates/pages/why-create-typescript.tsx +++ b/packages/typescriptlang-org/src/templates/pages/why-create-typescript.tsx @@ -64,7 +64,7 @@ class Main { `.trim()}

These two code samples do the same thing, however the Java version comes with a lot of words that aren't necessarily about -telling the computer exactly what to do, e.g. class Main {, public static void main(String[] args) {, and two extra }s. +telling the computer exactly what to do, e.g. class Main {, public static void main(String[] args) {, and two extra }s. It also has semi-colons at the end of some lines. Neither of these programming languages are wrong, Java however, is aimed at building different things from JavaScript, and these extra bits of code make sense within the constraints of building a Java app.

To get to the key point though, there is one standout line I'd like us to compare: