Skip to content

Commit e38a95f

Browse files
committed
spelling: preexisting
Signed-off-by: Josh Soref <[email protected]>
1 parent cf5e613 commit e38a95f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_plugins/jekyll-tabs-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ copied from https://github.com/scala/docs.scala-lang/tree/main/_plugins/jekyll-t
22
originally sourced from https://github.com/Ovski4/jekyll-tabs.
33

44
changes:
5-
- template.erb adapted to match the pre-existing tab html structure for docs.scala-lang.org
5+
- template.erb adapted to match the preexisting tab html structure for docs.scala-lang.org
66
- `tabs` do not use secure random uuid as the id, the `tabs` name parameter is used instead.
77
- for the `tabs` block, add an optional second `class='foo bar'` parameter to allow custom classes for the tabs.
88
- for the `tab` block, reorder the parameters: the tab label comes first, followed by the name of the parent `tabs`.

blog/_posts/2023-06-20-toolkit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The Toolkit aims to offer default choices for coders who aren’t in a position
4545

4646
## What is the Toolkit?
4747

48-
The Toolkit gathers a number of pre-existing libraries of the ecosystem that focus on concrete, recurring software engineering problems, such as working with files and processes, parsing JSON, and sending HTTP requests.
48+
The Toolkit gathers a number of preexisting libraries of the ecosystem that focus on concrete, recurring software engineering problems, such as working with files and processes, parsing JSON, and sending HTTP requests.
4949

5050
Its documentation can be found at [docs.scala-lang.org/toolkit](https://docs.scala-lang.org/toolkit/introduction.html).
5151
It comprises a collection of concise tutorials, including short code examples, that aim at being self-contained.
@@ -209,7 +209,7 @@ To select the libraries of the Toolkit we used the following criterion:
209209

210210
### Who owns the Toolkit libraries?
211211

212-
The Toolkit is composed of pre-existing libraries from the ecosystem, created by different organizations and individuals.
212+
The Toolkit is composed of preexisting libraries from the ecosystem, created by different organizations and individuals.
213213

214214
Those libraries are owned by their respective authors and maintainers.
215215
The Scala organization takes on the responsibility of curating the libraries, releasing the Toolkit artifacts and regularly updating the tutorials in [docs.scala-lang.org/toolkit](https://docs.scala-lang.org/toolkit/introduction.html).

0 commit comments

Comments
 (0)