Skip to content

Commit

Permalink
content: fix typo in JavaScript
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
alexandear authored and gopherbot committed Apr 11, 2024
1 parent 4beff31 commit cfd4785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _content/blog/8years.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ million users worldwide. In the [freshly published 2017 Octoverse](https://octov
by GitHub, **Go has become the #9 most popular language**, surpassing C.
**Go is the fastest growing language on GitHub in 2017** in the top 10 with
**52% growth over the previous year**. In growth, Go swapped places with
Javascript, which fell to the second spot with 44%.
JavaScript, which fell to the second spot with 44%.

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

Expand Down
2 changes: 1 addition & 1 deletion _content/blog/contributors-summit-2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ But we can do more. Many people seek out programming as a way to design
applications or scratch a particular itch, and they are most likely to want
to target the interface they are most familiar with: the browser.
Go does not have a good front-end story yet.
Javascript is still the only language that really provides
JavaScript is still the only language that really provides
both a frontend and a backend environment,
but WASM is fast becoming a first-order platform,
and there are so many places we could go with that.
Expand Down
2 changes: 1 addition & 1 deletion _content/doc/go1.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ There are also various performance improvements, not enumerated here.
[html/template](/pkg/html/template/)

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

Expand Down

0 comments on commit cfd4785

Please sign in to comment.