Skip to content

Commit

Permalink
Fix typo on getting started docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul authored and arturbosch committed Sep 24, 2018
1 parent 545e8d3 commit 22509d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/gettingstarted/groovydsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ detekt {
path = "$userHome/.idea"
codeStyleScheme = "$userHome/.idea/idea-code-style.xml"
inspectionsProfile = "$userHome/.idea/inspect.xml"
report = "project.projectDir/reports"
report = "$project.projectDir/reports"
mask = "*.kt,"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/gettingstarted/kotlindsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ detekt {
path = "$userHome/.idea"
codeStyleScheme = "$userHome/.idea/idea-code-style.xml"
inspectionsProfile = "$userHome/.idea/inspect.xml"
report = "project.projectDir/reports"
report = "$project.projectDir/reports"
mask = "*.kt,"
}
}
Expand Down

0 comments on commit 22509d3

Please sign in to comment.