fixed typos

This commit is contained in:
Joel Juarez 2019-06-12 23:25:09 +02:00
parent d6bd06ddd9
commit 0ce2c744b3
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
This is a parent module for projects taht want to take advantage of the latest Spring Boot improvements/features. This is a parent module for projects that want to take advantage of the latest Spring Boot improvements/features.
Current version: Spring Boot 2.2 Current version: Spring Boot 2.2

View File

@ -5,7 +5,7 @@
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>parent-boot-performance</name> <name>parent-boot-performance</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>Parent for all modules taht want to take advantage of the latest Spring Boot improvements/features. Current version: 2.2</description> <description>Parent for all modules that want to take advantage of the latest Spring Boot improvements/features. Current version: 2.2</description>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>