Skip to content
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
4 changes: 2 additions & 2 deletions src/content/docs/pulumi/tutorial/add-site.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ In this step, you will store your settings in a Pulumi [ESC Environment](https:/

```sh
# Define an ESC Environment name
E=clouflare/my-dev-env
E=cloudflare/my-dev-env

# Create a new Pulumi ESC Environment
pulumi config env init --env $E --yes
```

```sh output
Creating environment clouflare/my-dev-env for stack dev...
Creating environment cloudflare/my-dev-env for stack dev...
```

```sh
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/registrar/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Cloudflare Registrar only supports transfers of domains that are active on a Clo

Once you initiate a domain transfer, your previous registrar has five days to release the domain. In most cases, they will send you an email to confirm you want to transfer. If you actively acknowledge that email (through a link or the registrar's dashboard), they can process it immediately.

To see the progress of your transfer, go to the **Transfer domains** page in the Cloudflare dashboard to see a list of domain transfers that are in progress.
To see the progress of your transfer, go to the **Transfer domains** page in the Cloudflare dashboard to see a list of domain transfers that are in progress.

<DashButton url="/?to=/:account/registrar/transfer" />

Expand Down Expand Up @@ -214,8 +214,8 @@ You can update both your default contact information and any individual Registra

### Can I change my nameservers?

No, you need to use Cloudflare's nameservers for domains on Clouflare Registrar.
If you need to use different nameservers, you'll need to [move your domain to another Registrar](/registrar/account-options/transfer-out-from-cloudflare/).
No, you need to use Cloudflare's nameservers for domains on Cloudflare Registrar.
If you need to use different nameservers, you will need to [move your domain to another Registrar](/registrar/account-options/transfer-out-from-cloudflare/).

You can create NS records in the DNS tab of your Cloudflare Dashboard if you need to [delegate a subdomain](/dns/manage-dns-records/how-to/subdomains-outside-cloudflare/) to another service provider.

Expand Down