diff --git a/authoring-recipes/writing-a-java-refactoring-recipe.md b/authoring-recipes/writing-a-java-refactoring-recipe.md index b8c46eaa56..53b8947fbf 100644 --- a/authoring-recipes/writing-a-java-refactoring-recipe.md +++ b/authoring-recipes/writing-a-java-refactoring-recipe.md @@ -469,7 +469,7 @@ class FooBar { ```yaml --- type: specs.openrewrite.org/v1beta/recipe -name: com.yourorg.sayHelloToFooBar +name: com.yourorg.SayHelloToFooBar recipeList: - org.openrewrite.samples.SayHelloRecipe: fullyQualifiedClassName: com.yourorg.FooBar @@ -484,4 +484,4 @@ Congratulations on finishing your first recipe! Before you begin making your own * [A deeper look into testing](recipe-testing.md) * [A best practice guide for making recipes](recipe-conventions-and-best-practices.md) * [A more complex recipe creation tutorial](modifying-methods-with-javatemplate.md) - \ No newline at end of file +