Skip to content

Commit 4a9fe1b

Browse files
committed
Fix typo
1 parent a3d713d commit 4a9fe1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/sdl-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type Employee
3030
}
3131
```
3232

33-
Publishing ``salary`` information to every one who can see this employee's ``name`` might not be want you want. Rather you want some sort of access control
33+
Publishing ``salary`` information to every one who can see this employee's ``name`` might not be what you want. Rather you want some sort of access control
3434
to be in place such that if your role is that of a manager, you can see salaries, otherwise you get no data back.
3535

3636
Directives can help you declare this more easily. Our declaration above would become something like the following:

0 commit comments

Comments
 (0)