Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the the typo #8892

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
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 source/content/deploybot.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Let's say I use [Composer](/guides/composer) to manage my WordPress site's plugi

### Connect Your GitHub Repository
1. After creating a new DeployBot account or logging in to your existing DeployBot account, click **Connect a repository**.
2. Select the desired repository using the the drop-down menu. If this is your first time connecting, you'll need to authorize access to your repositories.
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch @rachelwhitton!

2. Select the desired repository using the drop-down menu. If this is your first time connecting, you'll need to authorize access to your repositories.
3. Enter a title for this repository and apply a color label, then click **Connect**.

### Connect Your Pantheon Repository
Expand Down
2 changes: 1 addition & 1 deletion source/content/dns-providers/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Though optional, pre-provisioning Let's Encrypt SSL certificates ahead of a plan

1. Enter the `TXT Name/Host` in the **Name** field and the `TXT Value` in the **Content** field.

You can find both values in the the Live environment of your Pantheon Site Dashboard under **Domains/HTTPS** for that domain.
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch!

You can find both values in the Live environment of your Pantheon Site Dashboard under **Domains/HTTPS** for that domain.

1. Select your desired Time to Live (TTL) and then click **Save**.

Expand Down
Loading