Skip to content

Commit f853990

Browse files
fix: change typo in Developer Privileges instructions (#2191)
1 parent 3845b31 commit f853990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/developer-privileges/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The developers' details are as follows:
2929
| [email protected] | blue | 0.8 | Bertrand | Paris | France |
3030
| [email protected] | brown | 0.85 | Anders | Redmond | USA |
3131

32-
Implement the `Authenticator.Developers()` method to return the developers' identity details. The dictionary key is the developer's name.
32+
Implement the `Authenticator.Developers` property to return the developers' identity details. The dictionary key is the developer's name.
3333

3434
```csharp
3535
var authenticator = new Authenticator();

0 commit comments

Comments
 (0)