diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java index ec4e6603..db581768 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/Layer.java @@ -82,7 +82,7 @@ public class Layer extends BaseEntity { @ToString.Exclude @Schema( description = "Custom features for the layers that aren't available in the datasource. This might be used " + - "for custom draw layers or similiar. It's advised to store the features using the GeoJSON format." + "for custom draw layers or similar. It's advised to store the features using the GeoJSON format." ) private GeoJsonObject features; diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java index 6afc3614..70feec67 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/User.java @@ -75,7 +75,7 @@ public class User extends BaseEntity { @ToString.Exclude @Schema( description = "The configuration of the user which should be used to define client specific aspects of " + - "the user. This may include the locale set by the user, the last application visited by the user or similiar." + "the user. This may include the locale set by the user, the last application visited by the user or similar." ) private UserClientConfig clientConfig;