Skip to content

Commit bb53eb9

Browse files
authored
Linux security, typo
1 parent 86d303b commit bb53eb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/sql-server-linux-security-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This topic describes typical security actions.
66
author: BYHAM
77
ms.author: rickbyh
88
manager: jhubbard
9-
ms.date: 03/17/2017
9+
ms.date: 07/17/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -184,7 +184,7 @@ ALTER COLUMN EmailAddress
184184
ADD MASKED WITH (FUNCTION = 'email()');
185185
```
186186
187-
Create a new user `TestUser` with `SEELCT` permission on the table, then execute a query as `TestUser` to view the masked data:
187+
Create a new user `TestUser` with `SELECT` permission on the table, then execute a query as `TestUser` to view the masked data:
188188
189189
```
190190
CREATE USER TestUser WITHOUT LOGIN;

0 commit comments

Comments
 (0)