Update PACKAGE.md
authorSteve Harter <steveharter@users.noreply.github.com>
Fri, 8 Sep 2023 14:57:35 +0000 (09:57 -0500)
committerViktor Hofer <viktor.hofer@microsoft.com>
Mon, 18 Sep 2023 14:24:49 +0000 (16:24 +0200)
src/libraries/System.DirectoryServices/src/PACKAGE.md

index ed4f115..423ed87 100644 (file)
@@ -24,7 +24,7 @@ Install the `System.DirectoryServices` library from nuget
 dotnet add package System.DirectoryServices --version 7.0.1
 ```
 
-The sample need a real path to an Active Directory server to work properly:
+The sample needs a real path to an Active Directory server to work properly:
 
 ```cs
 using System.DirectoryServices;