Skip to content

Commit bc8fdd4

Browse files
authored
swap .sample.env for .env.sample in guide (#7340)
1 parent 262c864 commit bc8fdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/Developing_a_User_Installable_App.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ While we're in your app's settings, we'll want to get a few sensitive values for
7171
> warn
7272
> Your token is used to authorize API requests and carry your app's permissions, so they are *highly* sensitive. Make sure to never share your token or check it into any kind of version control.
7373
74-
Back in your project folder, rename the `.sample.env` file to `.env`. `.env` is where we'll store all of your app's credentials.
74+
Back in your project folder, rename the `.env.sample` file to `.env`. `.env` is where we'll store all of your app's credentials.
7575

7676
We'll need three values from your app's settings for your `.env` file:
7777

0 commit comments

Comments
 (0)