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
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function GetStartedSection({ project }: { project: Project }) {
</div>

<CodeShowcase
title="POST /v1/auth/initiate"
title="POST /v1/transactions"
tabs={[
{
label: "Curl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function SecretKeySection(props: {
<h3 className="mb-1 text-base text-foreground font-medium">Secret Key</h3>
<p className="mb-3 text-muted-foreground text-sm">
Identifies and authenticates your application from a backend. <br />{" "}
This is not the full secret key, Refer to your saved secret key at the
This is not the full secret key. Refer to your saved secret key at the
time of creation for the full secret key.
</p>

Expand Down
Loading