Skip to content

Commit afcd964

Browse files
authored
fix: Fixed some typos (iluwatar#3153)
Signed-off-by: depthlending <[email protected]>
1 parent 60e2129 commit afcd964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hexagonal-architecture/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Hexagonal Architecture is particularly beneficial in scenarios:
180180
* There is a requirement for high testability and maintainability.
181181
* The application should remain unaffected by changes in external interfaces.
182182

183-
## Real-World Applications of Hexagonal Architecure Pattern in Java
183+
## Real-World Applications of Hexagonal Architecture Pattern in Java
184184

185185
* Implemented extensively within enterprise applications that leverage frameworks like Spring.
186186
* Used in microservices architectures to maintain clear boundaries and protocols between services.

sharding/src/main/java/com/iluwatar/sharding/Data.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Data {
4343
/**
4444
* Constructor of Data class.
4545
* @param key data key
46-
* @param value data vlue
46+
* @param value data value
4747
* @param type data type
4848
*/
4949
public Data(final int key, final String value, final DataType type) {

0 commit comments

Comments
 (0)