From 7d0e854807fc921f190b242dfc64b6f203d32570 Mon Sep 17 00:00:00 2001 From: TekExpo Date: Sat, 5 Feb 2022 12:38:09 -0500 Subject: [PATCH] Update README.md Corrected header - "### Extend program to assing a license to a user" to ### Extend program to assigning a license to a user" --- day17-assign-license/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day17-assign-license/README.md b/day17-assign-license/README.md index 1ca1bff2..b08e1030 100644 --- a/day17-assign-license/README.md +++ b/day17-assign-license/README.md @@ -114,7 +114,7 @@ In this step you will create a LicenseHelper class that encapsulates the logic f This class contains the code to get a user, get a license, and assign the license to user. -### Extend program to assing a license to a user +### Extend program to assigning a license to a user 1. Inside the `Program` class add a new method `AddLicenseToUser` with the following definition. This method adds an Office 365 license to a user using the LicenseHelper class.