Commit 703efe58 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'nmezzopera-fix-documentation-typo' into 'master'

Fix typo in graphql documentation for packages

See merge request gitlab-org/gitlab!68038
parents bfe01817 a2bf11cc
......@@ -10,7 +10,7 @@ module Types
authorize :read_package
field :id, ::Types::GlobalIDType[::Packages::Nuget::DependencyLinkMetadatum], null: false, description: 'ID of the metadatum.'
field :target_framework, GraphQL::Types::String, null: false, description: 'Target framework of the depdency link package.'
field :target_framework, GraphQL::Types::String, null: false, description: 'Target framework of the dependency link package.'
end
end
end
......
......@@ -11395,7 +11395,7 @@ Nuget dependency link metadata.
| Name | Type | Description |
| ---- | ---- | ----------- |
| <a id="nugetdependencylinkmetadataid"></a>`id` | [`PackagesNugetDependencyLinkMetadatumID!`](#packagesnugetdependencylinkmetadatumid) | ID of the metadatum. |
| <a id="nugetdependencylinkmetadatatargetframework"></a>`targetFramework` | [`String!`](#string) | Target framework of the depdency link package. |
| <a id="nugetdependencylinkmetadatatargetframework"></a>`targetFramework` | [`String!`](#string) | Target framework of the dependency link package. |
### `NugetMetadata`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment