diff --git a/app/graphql/types/grafana_integration_type.rb b/app/graphql/types/grafana_integration_type.rb
index c0582b266ab8337ea202171fe533c8d912e80aa7..7db733fc62a5af1f754c2b76685f12653fa0d57d 100644
--- a/app/graphql/types/grafana_integration_type.rb
+++ b/app/graphql/types/grafana_integration_type.rb
@@ -9,7 +9,7 @@ class GrafanaIntegrationType < ::Types::BaseObject
     field :id, GraphQL::ID_TYPE, null: false,
       description: 'Internal ID of the Grafana integration'
     field :grafana_url, GraphQL::STRING_TYPE, null: false,
-      description: 'Url for the Grafana host for the Grafana integration'
+      description: 'URL for the Grafana host for the Grafana integration'
     field :enabled, GraphQL::BOOLEAN_TYPE, null: false,
       description: 'Indicates whether Grafana integration is enabled'
     field :created_at, Types::TimeType, null: false,
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql
index 245fcd300df62405a2938d42a1bf919991f35193..72dc13c51ae62931334440d00167821924da88ae 100644
--- a/doc/api/graphql/reference/gitlab_schema.graphql
+++ b/doc/api/graphql/reference/gitlab_schema.graphql
@@ -3553,7 +3553,7 @@ type GrafanaIntegration {
   enabled: Boolean!
 
   """
-  Url for the Grafana host for the Grafana integration
+  URL for the Grafana host for the Grafana integration
   """
   grafanaUrl: String!
 
diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json
index 84a6de1cf2acdccac2bbdde0c9113a3d305f86c8..2a99cf388b201ff5b933d43ca4faa19a16f66b23 100644
--- a/doc/api/graphql/reference/gitlab_schema.json
+++ b/doc/api/graphql/reference/gitlab_schema.json
@@ -10207,7 +10207,7 @@
             },
             {
               "name": "grafanaUrl",
-              "description": "Url for the Grafana host for the Grafana integration",
+              "description": "URL for the Grafana host for the Grafana integration",
               "args": [
 
               ],
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index 313795141a185984631415528ce921ac0d40cc1c..4bf97ede2edc0861547bc164d323b032872fa0a2 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -577,7 +577,7 @@ Autogenerated return type of EpicTreeReorder
 | ---   |  ---- | ----------  |
 | `createdAt` | Time! | Timestamp of the issue's creation |
 | `enabled` | Boolean! | Indicates whether Grafana integration is enabled |
-| `grafanaUrl` | String! | Url for the Grafana host for the Grafana integration |
+| `grafanaUrl` | String! | URL for the Grafana host for the Grafana integration |
 | `id` | ID! | Internal ID of the Grafana integration |
 | `token` **{warning-solid}** | String! | **Deprecated:** Plain text token has been masked for security reasons. Deprecated in 12.7 |
 | `updatedAt` | Time! | Timestamp of the issue's last activity |