diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java index df1eeae297..8330e05b39 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/services/ce/AssetServiceCEImpl.java @@ -84,7 +84,7 @@ public class AssetServiceCEImpl implements AssetServiceCE { /** * This function hard-deletes (read: not archive) the asset given by the ID. It is intended to be used to delete an - * old asset when a user uploads a new one. For example, when a new profile photo or an workspace logo is, + * old asset when a user uploads a new one. For example, when a new profile photo or a workspace logo is, * uploaded, this method is used to completely delete the old one, if any. * @param assetId The ID string of the asset to delete. * @return empty Mono