Skip to content

Commit 6684bf0

Browse files
committed
fix typo
1 parent 6ce735c commit 6684bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/nuspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ The following example shows different variations of the `<group>` element:
298298

299299
## Explicit assembly references
300300

301-
The `<references>` element is used by projects using `packages.config` to explicitly specify the assemblies that the target project should reference when using the package. Explicit references are typically used for design-time only assemblies. Please see the page on [eExplicit assembles references](../create-packages/explicit-assembly-reference.md) for more information.
301+
The `<references>` element is used by projects using `packages.config` to explicitly specify the assemblies that the target project should reference when using the package. Explicit references are typically used for design-time only assemblies. Please see the page on [explicit assembles references](../create-packages/explicit-assembly-reference.md) for more information.
302302

303303
For example, the following `<references>` element instructs NuGet to add references to only `xunit.dll` and `xunit.extensions.dll` even if there are additional assemblies in the package:
304304

0 commit comments

Comments
 (0)