Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# should be updated accordingly.

# Database URL
# The database URL is used to connect to your database. It's used for commenting, and authentication.
# The database URL is used to connect to your database. Its used for commenting and authentication.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Maintain apostrophe consistency in comments.

While the grammar update is spot-on, mixing curly apostrophes () with straight apostrophes (') in comments can lead to inconsistency. Consider reverting to a straight apostrophe—It's used for commenting and authentication.—to match the rest of the file’s style.

🤖 Prompt for AI Agents
In the .env.example file at line 13, the comment uses a curly apostrophe which
is inconsistent with the rest of the file's straight apostrophes. Replace the
curly apostrophe in "It’s used for commenting and authentication." with a
straight apostrophe to maintain consistency in the comment style.

DATABASE_URL="postgresql://postgres:<YOUR_PASSWORD>@localhost:5432/blog"

# Resend
Expand Down