Skip to content

Commit a3a09e3

Browse files
committed
Merge pull request dotnet#455 from nbarbettini/patch-1
Fix typo
2 parents 4355cb8 + 10c6ac2 commit a3a09e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core-concepts/libraries/libraries-with-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Consumtion scenarios like this mean that the APIs being accessed have to have a
497497
To reference a project, you need to do two things:
498498

499499
1. Understand the name and version number of the project you wish to reference.
500-
2. List that project as a dependeny using the name and version number from (1).
500+
2. List that project as a dependency using the name and version number from (1).
501501

502502
In the above case, you may wish to set up the `project.json` for **AwesomeLibrary.Core** as follows:
503503

@@ -639,4 +639,4 @@ $ ls bin/release
639639
netstandard1.0/
640640
Lib.1.0.0.nupkg
641641
Lib.1.0.0.symbols.nupkg
642-
```
642+
```

0 commit comments

Comments
 (0)