Skip to content

Fix typos #1878

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

Merged
merged 6 commits into from
Apr 15, 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 src/content/quickstarts/batch-reveal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Before you start this tutorial, complete the following items:
style="max-width: 70%;"
/>

1. In the subscription manager, click **Add Consumer** and paste the address in the blank field. Click **Add Consumer** and wait until you receive confirmation. Your consumer should no be added to your subscription. _Note_: you may have to refresh the page to see the consumer.
1. In the subscription manager, click **Add Consumer** and paste the address in the blank field. Click **Add Consumer** and wait until you receive confirmation. Your consumer should not be added to your subscription. _Note_: you may have to refresh the page to see the consumer.

<ClickToZoom
src="/images/automation/qs-batch-reveal/batch-reveal6.png"
Expand Down
4 changes: 2 additions & 2 deletions src/content/quickstarts/chainlink-demo-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See the code on [GitHub](https://github.com/smartcontractkit/chainlink-fullstack

## Objective

This guide shows you how to deploy a demo app, which requires several steps common to Web3 apps. You will learn the basics for how to use the Hardhat development environment and the Next.js frontend framework.
This guide shows you how to deploy a demo app, which requires several steps common to Web3 apps. You will learn the basics of how to use the Hardhat development environment and the Next.js frontend framework.

## Before you begin

Expand All @@ -52,7 +52,7 @@ Before you start this tutorial, complete the following items:
git clone https://github.com/smartcontractkit/chainlink-fullstack && cd chainlink-fullstack
```

1. Inititalize the submodule:
1. Initialize the submodule:

```bash
git submodule init
Expand Down
2 changes: 1 addition & 1 deletion src/content/quickstarts/deploy-your-first-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can write your first smart contract and run it in your browser without any k

## Objective

You will create and deploy your a simple "Helo world" smart contract using the following process:
You will create and deploy a simple "Hello world" smart contract using the following process:

1. **Write:** Write a contract to define how the contract functions, what data it can store, what other contracts it interacts with, and what external APIs it might call.

Expand Down
2 changes: 1 addition & 1 deletion src/content/quickstarts/dev3-chainlink-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ You can find all available feeds by visiting [data.chain.link](https://data.chai

## Reading data

The data is returned in the form of an RoundDataModel object:
The data is returned in the form of a RoundDataModel object:

```ts
export interface RoundDataModel {
Expand Down
2 changes: 1 addition & 1 deletion src/content/quickstarts/giveaway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Giveaway Manager app is a highly configurable proof of concept for provably-

## Objective

In this tutorial, you will deploy a local user interface to enable giveaways using Chainlink VRFv2 Direct Funding. The UI was designed to run simple drawings and giveaways with just a CSV list of participants. Chainlink Automation provisioning and setup is also covered to enable timed-based, dynamic drawings.
In this tutorial, you will deploy a local user interface to enable giveaways using Chainlink VRFv2 Direct Funding. The UI was designed to run simple drawings and giveaways with just a CSV list of participants. Chainlink Automation provisioning and setup are also covered to enable timed-based, dynamic drawings.

You can use this to run:

Expand Down
4 changes: 2 additions & 2 deletions templates/tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fill out the fields in the frontmatter above.

- Section: What section of the top-nav this page appears in dataFeeds, vrf, automation, chainlinkFunctions, nodeOperator
- Title: The title appearing at the top of the page
- Whats Next: A list of pages to include in the What's Next section. Preferably imperative sentences describing the goal of the next page.
- What's Next: A list of pages to include in the What's Next section. Preferably imperative sentences describing the goal of the next page.
\*/}

{/* Import components when necessary */}
Expand All @@ -23,7 +23,7 @@ import { YouTube } from "@astro-community/astro-embed-youtube"
{/* Add a brief description of the tutorial that leads into the Overview section */}
This tutorial shows you how to build an example application.

{/* Add an overview description of the tutorial with significant conceptual information, architecture information, and descriptive diagrams. This section describes what the reader will build in the tutorial, what the completed tutorial demonstrates, and what uses cases might be enabled by adopting the technology behind the tutorial. */}
{/* Add an overview description of the tutorial with significant conceptual information, architecture information, and descriptive diagrams. This section describes what the reader will build in the tutorial, what the completed tutorial demonstrates, and what use cases might be enabled by adopting the technology behind the tutorial. */}

## Overview

Expand Down
Loading