Skip to content

Commit ae7ff0c

Browse files
committed
Small typo changes
1 parent 03eb690 commit ae7ff0c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Currently, the following examples exist:
1616
* _mapstruct-mapping-with-cycles_: Shows how to map object graphs that can contain cycles
1717
* _mapstruct-spi-accessor-naming_: Example on how to use the Service Provider Interface (SPI) for a custom accessor naming strategy.
1818
* _mapstruct-protobuf3_: Example on how to use protobuf3 with MapStruct
19-
* _mapstruct-kotlin_: Example on how to use Mapstruct with Kotlin using KAPT (Kotlin Annotation Processing Tool)
19+
* _mapstruct-kotlin_: Example on how to use MapStruct with Kotlin using KAPT (Kotlin Annotation Processing Tool)
2020

2121
## License
2222

mapstruct-kotlin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MapStruct with Kotlin
22

3-
Example usage of Mapstruct and Kotlin with JDK-8 Bytecode. This is achieved by using the [Kotlin Annotation Processing Tool (KAPT)](https://kotlinlang.org/docs/reference/kapt.html).
3+
Example usage of MapStruct and Kotlin with JDK-8 Bytecode. This is achieved by using the [Kotlin Annotation Processing Tool (KAPT)](https://kotlinlang.org/docs/reference/kapt.html).
44

55
## Code
66

@@ -59,7 +59,7 @@ Kotlin: https://kotlinlang.org/
5959

6060
## Maven Setup
6161

62-
Add Mapstruct-JDK8 to your dependencies
62+
Add `mapstruct-jdk8` to your dependencies
6363

6464
```xml
6565
<dependency>

mapstruct-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

12-
<name>Sample application demonstration the use of Mapstruct and Kotlin</name>
12+
<name>Sample application demonstration the use of MapStruct and Kotlin</name>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)