Skip to content

Commit

Permalink
Add missing comma in generated snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 10, 2024
1 parent 54142e8 commit fa7e12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ class RecipeMarkdownGenerator : Runnable {

writeln(
"""
Now that `$exampleRecipeName` has been defined activate it in your build file:
Now that `$exampleRecipeName` has been defined, activate it in your build file:
{% tabs %}
$gradleSnippet
$mavenSnippet
Expand Down Expand Up @@ -1562,7 +1562,7 @@ $cliSnippet

writeln(
"""
Now that `$exampleRecipeName` has been defined activate it and take a dependency on ${origin.groupId}:${origin.artifactId}:${origin.version} in your build file:
Now that `$exampleRecipeName` has been defined, activate it and take a dependency on ${origin.groupId}:${origin.artifactId}:${origin.version} in your build file:
{% tabs %}
$gradleSnippet
$mavenSnippet
Expand Down

0 comments on commit fa7e12e

Please sign in to comment.