You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/05/24 04:14:09 UTC

[james-project] branch master updated: [ADR] Fix typo in ADR-66 (#1567)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 34f74b9e67 [ADR] Fix typo in ADR-66 (#1567)
34f74b9e67 is described below

commit 34f74b9e67a3e26ff6f949c50fb083ddeafe0cd9
Author: Benoit TELLIER <bt...@linagora.com>
AuthorDate: Wed May 24 11:14:04 2023 +0700

    [ADR] Fix typo in ADR-66 (#1567)
---
 src/adr/0066-modular-user-data-deletion.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/adr/0066-modular-user-data-deletion.md b/src/adr/0066-modular-user-data-deletion.md
index 73d0a28338..08f7637a2d 100644
--- a/src/adr/0066-modular-user-data-deletion.md
+++ b/src/adr/0066-modular-user-data-deletion.md
@@ -37,7 +37,7 @@ Today, implemented deletion steps are:
 - `VacationUserDeletionTaskStep`: deletes vacations registered for this user.
 
 
-We introduce `fromStep` query parameter that allows skipping previous steps, allowing the operator to resume the username change from a failed step.
+We introduce `fromStep` query parameter that allows skipping previous steps, allowing the operator to resume the user deletion from a failed step.
 This option could ease operators in case the data migration fails in the middle.
 
 ## Consequences


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org