Skip to content

Commit cfd4785

Browse files
alexandeargopherbot
authored andcommitted
content: fix typo in JavaScript
Change-Id: I942d039d67a060ee2a587e140a36b980ea469cd5 Reviewed-on: https://go-review.googlesource.com/c/website/+/561957 Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 4beff31 commit cfd4785

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_content/blog/8years.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ million users worldwide. In the [freshly published 2017 Octoverse](https://octov
3131
by GitHub, **Go has become the #9 most popular language**, surpassing C.
3232
**Go is the fastest growing language on GitHub in 2017** in the top 10 with
3333
**52% growth over the previous year**. In growth, Go swapped places with
34-
Javascript, which fell to the second spot with 44%.
34+
JavaScript, which fell to the second spot with 44%.
3535

3636
{{image "8years/image2.png"}}
3737

_content/blog/contributors-summit-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ But we can do more. Many people seek out programming as a way to design
340340
applications or scratch a particular itch, and they are most likely to want
341341
to target the interface they are most familiar with: the browser.
342342
Go does not have a good front-end story yet.
343-
Javascript is still the only language that really provides
343+
JavaScript is still the only language that really provides
344344
both a frontend and a backend environment,
345345
but WASM is fast becoming a first-order platform,
346346
and there are so many places we could go with that.

_content/doc/go1.22.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ There are also various performance improvements, not enumerated here.
573573
[html/template](/pkg/html/template/)
574574

575575
: <!-- https://go.dev/issue/61619, CL 507995 -->
576-
Javascript template literals may now contain Go template actions, and parsing a template containing one will
576+
JavaScript template literals may now contain Go template actions, and parsing a template containing one will
577577
no longer return `ErrJSTemplate`. Similarly the GODEBUG setting `jstmpllitinterp` no
578578
longer has any effect.
579579

0 commit comments

Comments
 (0)