Просмотр исходного кода

chore: apply suggestions from code review

Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
JianBo He 2 лет назад
Родитель
Сommit
ded1b4d8b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      changes/ce/feat-12396.en.md

+ 1 - 1
changes/ce/feat-12396.en.md

@@ -1,4 +1,4 @@
 Enhanced the `authentication/:id/import_users` interface for a more user-friendly user import feature:
 
-- Add new parameter `?type=plain` to support importing users with plaintext passwords in extension to the current solution which only supports password hash.
+- Add new parameter `?type=plain` to support importing users with plaintext passwords in addition to the current solution which only supports password hash.
 - Support `content-type: application/json` to accept HTTP Body in JSON format in extension to the current solution which only supports `multipart/form-data` for csv format.