Skip to content

Commit de1a2c5

Browse files
authored
Added missing character
`<description></description>` was missing a closing `>` at the end.
1 parent 4f1df56 commit de1a2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/create-packages/includes/add-description.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The package's optional description, displayed on the package's NuGet.org page, is either pulled in from the `<description></description` used in the `.csproj` file or pulled in via the `$description` in the [.nuspec file](../../reference/nuspec.md).
1+
The package's optional description, displayed on the package's NuGet.org page, is either pulled in from the `<description></description>` used in the `.csproj` file or pulled in via the `$description` in the [.nuspec file](../../reference/nuspec.md).
22

33
An example of a _description_ field is shown in the following XML text of the `.csproj` file for a .NET package:
44

0 commit comments

Comments
 (0)