diff --git a/doc/api/projects.md b/doc/api/projects.md
index 7707d1f990d04742ce37ae0ccbada388a98246d7..0d39fdd3aa779bbf54d790c1ce3e934bf6d9564b 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -1422,7 +1422,7 @@ Supported attributes:
 | `emails_disabled`                                           | boolean        | **{dotted-circle}** No | Disable email notifications. |
 | `external_authorization_classification_label` **(PREMIUM)** | string         | **{dotted-circle}** No | The classification label for the project. |
 | `forking_access_level`                                      | string         | **{dotted-circle}** No | One of `disabled`, `private`, or `enabled`. |
-| `import_url`                                                | string         | **{dotted-circle}** No | URL to import repository from. |
+| `import_url`                                                | string         | **{dotted-circle}** No | URL the repository was imported from. |
 | `issues_access_level`                                       | string         | **{dotted-circle}** No | One of `disabled`, `private`, or `enabled`. |
 | `issues_enabled`                                            | boolean        | **{dotted-circle}** No | _(Deprecated)_ Enable issues for this project. Use `issues_access_level` instead. |
 | `issues_template` **(PREMIUM)**                             | string         | **{dotted-circle}** No | Default description for Issues. Description is parsed with GitLab Flavored Markdown. See [Templates for issues and merge requests](#templates-for-issues-and-merge-requests). |