Merge pull request #11955 from kwoyke/JAVA-10236

JAVA-10236: Fix a typo
This commit is contained in:
kwoyke 2022-03-22 10:13:53 +01:00 committed by GitHub
commit 5b71a51278
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package com.baeldung.springnativeintro;
public class SpringNativeApp {
public static void main(String[] args) {
System.out.println("Hello, World! This is a Baledung Spring Native Application");
System.out.println("Hello, World! This is a Baeldung Spring Native Application");
}
}