Skip to content

Commit 12705ae

Browse files
committed
fix: typo
1 parent f66d1f1 commit 12705ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class Layer extends BaseEntity {
8282
@ToString.Exclude
8383
@Schema(
8484
description = "Custom features for the layers that aren't available in the datasource. This might be used " +
85-
"for custom draw layers or similiar. It's advised to store the features using the GeoJSON format."
85+
"for custom draw layers or similar. It's advised to store the features using the GeoJSON format."
8686
)
8787
private GeoJsonObject features;
8888

shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class User<T> extends BaseEntity {
7575
@ToString.Exclude
7676
@Schema(
7777
description = "The configuration of the user which should be used to define client specific aspects of " +
78-
"the user. This may include the locale set by the user, the last application visited by the user or similiar."
78+
"the user. This may include the locale set by the user, the last application visited by the user or similar."
7979
)
8080
private UserClientConfig clientConfig;
8181

0 commit comments

Comments
 (0)