Skip to content

Commit 6b0381d

Browse files
committed
grammar qa
1 parent 782a871 commit 6b0381d

File tree

1 file changed

+3
-3
lines changed
  • src/connections/storage/catalog/snowflake

1 file changed

+3
-3
lines changed

src/connections/storage/catalog/snowflake/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GRANT CREATE SCHEMA ON DATABASE "SEGMENT_EVENTS" TO ROLE "SEGMENT";
8989
Create the user that Segment uses to connect to your warehouse. You can create a user that authenticates with a key pair, or you can create a user that authenticates using a password. Segment recommends creating a user that will authenticate with an encrypted key pair.
9090

9191
#### Create a user that authenticates with a key pair
92-
If you are creating a user that will use a key pair to authenticate, you first must create a public key, and then can create a new user.
92+
If you are creating a user that will use a key pair to authenticate, you first must create a public key and then can create a new user.
9393

9494
##### Generate a key
9595

@@ -114,7 +114,7 @@ After you've created the public key, save the file to a local directory.
114114

115115
##### Generate a new user and assign the key to them
116116

117-
Now, create a new user by executing the following SQL command, replacing the public key value with the key you previously generated. If you generated an unencrypted key, omit the `RSA_PUBLIC_KEY_FP` value, as it is only required for encrypted keys.
117+
Now, create a new user by executing the following SQL command, replacing the public key value with the key you previously generated. If you generated an unencrypted key, omit the `RSA_PUBLIC_KEY_FP` value, as it is only required for users with encrypted keys.
118118

119119
``` sql
120120
CREATE USER SEGMENT_USER
@@ -305,6 +305,6 @@ Queuing - you can use a different Warehouse for Segment, or use the recommendati
305305

306306
![sync schedule image](/docs/connections/destinations/catalog/images/syncsched.png)
307307

308-
### I'm running into a "JWT token is invalid" error. What do I do?
308+
### I'm encountering a "JWT token is invalid" error. What do I do?
309309

310310
For more information about troubleshooting a `JWT token is invalid` error, see Snowflake's [Key Pair Authentication: Troubleshooting](https://docs.snowflake.com/user-guide/key-pair-auth-troubleshooting){:target="_blank”} documentation.

0 commit comments

Comments
 (0)