Skip to content

Commit 11e8091

Browse files
authored
chore: optimized imports and typo fix (#606)
1 parent d344431 commit 11e8091

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

core/src/main/scala/com/lightbend/paradox/markdown/Directive.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.lightbend.paradox.markdown
1818

19-
import com.lightbend.paradox.tree.Tree.{Forest, Location}
19+
import com.lightbend.paradox.tree.Tree.Location
2020
import java.io.{File, FileNotFoundException}
2121
import java.util.Optional
2222

core/src/main/scala/com/lightbend/paradox/template/PageTemplate.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ import java.util.{Map => JMap}
2323
import org.stringtemplate.v4.misc.STMessage
2424
import org.stringtemplate.v4.{NoIndentWriter, ST, STErrorListener, STRawGroupDir}
2525

26-
import collection.concurrent.TrieMap
27-
2826
/**
2927
* Page template writer.
3028
*/

docs/src/main/paradox/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ window.groupChanged(function(group, supergroup, catalog) {
133133
## Linking
134134

135135
The current group is typically determined by the order in which is was defined, or the previously-selected
136-
group as stored in a cookie. It is also possible to specify the desired group as a query paramter,
136+
group as stored in a cookie. It is also possible to specify the desired group as a query parameter,
137137
so you can link to [this page with Java selected](?language=java) or [this page with Scala selected](?language=scala).

0 commit comments

Comments
 (0)