Skip to content

Commit d08f4a0

Browse files
authored
docs: fix grammar, formatting and clarity issues in docs (calcom#28832)
1 parent f3e07c5 commit d08f4a0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import config from "@project-config"
1717
<div>
1818
## Quick start
1919

20-
Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:
20+
Feeling like an eager beaver? Jump into the quick start docs and get making your first request:
2121

2222
<div className="flex">
2323
<Button size="smb" variant="pill" href="/docs/introduction/quick-start">

docs/self-hosting/docker.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note: `docker compose` without the hyphen is now the primary method of using doc
3535
cd cal.com
3636
```
3737

38-
3. Prepare your configuration: Rename .env.example to .env and then update .env
38+
3. Prepare your configuration: Rename `.env.example` to `.env` and then update `.env`
3939
```
4040
cp .env.example .env
4141
```
@@ -70,7 +70,7 @@ Note: `docker compose` without the hyphen is now the primary method of using doc
7070

7171
6. Open a browser to [http://localhost:3000](http://localhost:3000), or your defined NEXT_PUBLIC_WEBAPP_URL. The first time you run Cal.com, a setup wizard will initialize. Define your first user, and you're ready to go!
7272

73-
### Update Calcom Instance
73+
### Update Cal.com Instance
7474

7575
1. Stop the Cal.com stack
7676

@@ -118,7 +118,7 @@ For more detailed instructions on how to build and configure your own Docker ima
118118

119119
### CLIENT_FETCH_ERROR
120120

121-
If you experience this error, it may be the way the default Auth callback in the server is using the WEBAPP_URL as a base url. The container does not necessarily have access to the same DNS as your local machine, and therefor needs to be configured to resolve to itself. You may be able to correct this by configuring `NEXTAUTH_URL=http://localhost:3000/api/auth`, to help the backend loop back to itself.
121+
If you experience this error, it may be the way the default Auth callback in the server is using the WEBAPP_URL as a base url. The container does not necessarily have access to the same DNS as your local machine, and therefore needs to be configured to resolve to itself. You may be able to correct this by configuring `NEXTAUTH_URL=http://localhost:3000/api/auth`, to help the backend loop back to itself.
122122
```
123123
docker-calcom-1 | @calcom/web:start: [next-auth][error][CLIENT_FETCH_ERROR]
124124
docker-calcom-1 | @calcom/web:start: https://next-auth.js.org/errors#client_fetch_error request to http://testing.localhost:3000/api/auth/session failed, reason: getaddrinfo ENOTFOUND testing.localhost {

docs/self-hosting/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For preview deployments on **Vercel**, please leave the following environment va
5454
```
5555
openssl rand -base64 32
5656
```
57-
(or another secret generator tool if you prefer) to generate a key and add it under `NEXTAUTH_SECRET` in the .env file.
57+
(or another secret generator tool if you prefer) to generate a key and add it under `NEXTAUTH_SECRET` in the `.env` file.
5858

5959
5. You'll also want to fill out the `.env.appStore` file similar to the `.env` file as this includes keys to enable apps.
6060

0 commit comments

Comments
 (0)