Skip to content

Commit e8a58a0

Browse files
authored
docs(contributing): fixed numeration type (#2624)
There was a numeration type error in the "For contributors" section
1 parent 91de463 commit e8a58a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ npm run dev:setup
4747
> NOTE: You can add any environment variables to .env.local that you would like to use in your dev app.
4848
> You can find the next-auth config under`app/pages/api/auth/[...nextauth].js`.
4949
50-
1. Start the dev application/server:
50+
4. Start the dev application/server:
5151

5252
```sh
5353
npm run dev

0 commit comments

Comments
 (0)