You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository contains the source for [scala-lang.org](http://scala-lang.org).
4
4
5
-
It does not contain the source for the [docs.scala-lang.org](http://docs.scala-lang.org) subdomain. You can visit the [docs.scala-lang repo](https://github.com/scala/docs.scala-lang) if you are interested in contributing to the Scala documentation site.
5
+
It does not contain the source for the [docs.scala-lang.org](http://docs.scala-lang.org) subdomain. You can visit the [docs.scala-lang repository](https://github.com/scala/docs.scala-lang) if you are interested in contributing to the Scala documentation site.
6
6
7
7
## Dependencies
8
8
@@ -53,7 +53,7 @@ You can use these fields in the YAML front matter later in your document. For ex
53
53
54
54
`# {{ page.title }}` would be rendered in HTML as, `<h1>My page title</h1>`.
55
55
56
-
### Recomended Markdown Editor
56
+
### Recommended Markdown Editor
57
57
58
58
[Visual Studio Code](https://github.com/Microsoft/vscode) has great support for Scala, Git, and Markdown.
0 commit comments