From 7b6a2b283f99d65ed21f278dec45cc996eac0cf1 Mon Sep 17 00:00:00 2001 From: Salvatore Piccione <952022+salvatore-piccione@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:56:34 +0200 Subject: [PATCH] fix: change typo in Developer Privileges instructions --- exercises/concept/developer-privileges/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/developer-privileges/.docs/instructions.md b/exercises/concept/developer-privileges/.docs/instructions.md index fee9bea672..2d6a788051 100644 --- a/exercises/concept/developer-privileges/.docs/instructions.md +++ b/exercises/concept/developer-privileges/.docs/instructions.md @@ -29,7 +29,7 @@ The developers' details are as follows: | bert@ex.ism | blue | 0.8 | Bertrand | Paris | France | | anders@ex.ism | brown | 0.85 | Anders | Redmond | USA | -Implement the `Authenticator.Developers()` method to return the developers' identity details. The dictionary key is the developer's name. +Implement the `Authenticator.Developers` property to return the developers' identity details. The dictionary key is the developer's name. ```csharp var authenticator = new Authenticator();