Skip to content

Commit 1162f98

Browse files
authored
Typo fixes #2 (#772)
* Fix typos in chunk 1 (files 11-20) * Fix typos in chunk 2 (files 21-30)
1 parent fa00950 commit 1162f98

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

api-reference/executions/sampling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Our API supports sampling on all `/results` endpoints to provide a uniform sampl
1818
from dune_client.client import DuneClient
1919
from dune_client.query import QueryBase
2020

21-
os.chdir("<path_to_your_dotevn_file>")
21+
os.chdir("<path_to_your_dotenv_file>")
2222

2323
# load .env file
2424
dotenv.load_dotenv(".env")

api-reference/executions/sorting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sorting can be effectively combined with [pagination](./pagination), [filtering]
2020
from dune_client.client import DuneClient
2121
from dune_client.query import QueryBase
2222

23-
os.chdir("<path_to_your_dotevn_file>")
23+
os.chdir("<path_to_your_dotenv_file>")
2424

2525
# load .env file
2626
dotenv.load_dotenv(".env")

api-reference/farcaster/endpoint/farcaster_channels.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ openapi: 'GET /v1/farcaster/trends/channels'
2828
| influential_casters | top casters by engagement in channel| array(string) |
2929
| top_domains | top domains in casts in channel | array(string) |
3030
| top_casters | top casters by number of casts in channel | array(string) |
31-
| casters | number of casts in channels in the last week | integer |
32-
| wow_cast | week over week change in number of casts | integer |
31+
| casters | number of casters in channels in the last week | integer |
32+
| wow_casters | week over week change in number of casters | integer |
3333
| got_casts | number of casts in channels in the last week | integer |
3434
| wow_cast | week over week change in number of casts | integer |
3535
| engagement | engagement on channel casts in the last week | integer |

api-reference/farcaster/endpoint/farcaster_memecoins.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Learn more about the score and methodology [in this article](https://read.crypto
2121
| Column | Description | Type |
2222
| --------------------- | --------------------------------------------------------------------- | ------- |
2323
| word_raw | Ticker symbol of the token | string |
24-
| related_symbol | any symbol or word that is related to the token (i.e. the degen hat or higher arrow) | string |
24+
| related_symbol | Any symbol or word that is related to the token (i.e. the degen hat or higher arrow) | string |
2525
| token_contract_address| Contract address of the token | string |
2626
| blockchain | Blockchain on which the token is deployed | string |
2727
| deployed_days_ago | Number of days since the token was deployed | integer |
2828
| social_score | Social score of the token | integer |
2929
| financial_score | Financial score of the token | integer |
30-
| meme_category | category of meme based off of social and financial score values | string |
30+
| meme_category | Category of meme based off of social and financial score values | string |
3131
| casters | Number of users who have casted the token ticker | integer |
3232
| casters_wow | Change in the number of casters week over week | integer |
3333
| percent_recipient_casters | Percentage of casters this week that have received the token before | integer |

api-reference/farcaster/endpoint/farcaster_users.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ openapi: 'GET /v1/farcaster/trends/users'
2020

2121
| Column | Description | Type |
2222
| --------------------- | ------------------------------------- | ---------- |
23-
| fid_active_tier_name | name of farcaster tier this week | string |
24-
| fid_active_tier | farcaster user tier this week | integer |
25-
| fid_active_tier_last | farcaster user tier last week | integer |
26-
| fid | farcaster user id | integer |
27-
| fname | farcaster username of user | string |
23+
| fid_active_tier_name | name of Farcaster tier this week | string |
24+
| fid_active_tier | Farcaster user tier this week | integer |
25+
| fid_active_tier_last | Farcaster user tier last week | integer |
26+
| fid | Farcaster user id | integer |
27+
| fname | Farcaster username of user | string |
2828
| account_age | age of account in days | integer |
29-
| channels | number of casted in channels in the last week | integer |
30-
| top_channels | top casted in channels | array(string)|
31-
| top_domains | top casted domains | array(string)|
29+
| channels | number of channels cast in during the last week | integer |
30+
| top_channels | top channels cast in | array(string)|
31+
| top_domains | top domains cast | array(string)|
3232
| top_engagers | top cast engagers | array(string)|
3333
| followers | total number of followers | integer |
3434
| wow_followers | week over week change in number of followers | integer |
3535
| casts | number of casts in the last week | integer |
3636
| wow_casts | week over week change in number of casts | integer |
3737
| engagement | engagement on user casts in the last week | integer |
38-
| wow_engage | week over week change in number of engage | integer |
38+
| wow_engage | week over week change in number of engagements | integer |
3939
| total_transactions | total number of wallet transactions | integer |
4040
| trading_volume_usd | total NFT and DEX trading volume (USD)| integer |
4141
| contracts_deployed | total number of deployed contracts | integer |

api-reference/farcaster/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Dune Farcaster Endpoints"
33
---
44

5-
While you can create/use any query as an API endpoint, we've defined three popular queries as custom endpoints (so you don't need to worry about executions or editing SQL). You should use these endpoints to provide better data to inform your algorithims, recomendations, or UI elements.
5+
While you can create/use any query as an API endpoint, we've defined three popular queries as custom endpoints (so you don't need to worry about executions or editing SQL). You should use these endpoints to provide better data to inform your algorithms, recommendations, or UI elements.
66

77
<CardGroup cols={2}>
88
<Card

api-reference/markets/endpoint/marketplace_marketshare.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ openapi: 'GET /v1/marketshare/{market}/{chain}'
1414

1515
- Recommend trending or emerging marketplaces by tracking shifts in the market share over time.
1616
- Feed into a marketing ROI tracker to assess campaign impacts on marketplace market share.
17-
- Build a competive analysis tool to monitor marketplaces and sectors' market share over time.
17+
- Build a competitive analysis tool to monitor marketplaces and sectors' market share over time.
1818

1919

2020
# Column Descriptions

api-reference/materialized-views/create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ openapi: 'POST /v1/materialized-views'
55

66

77
<Note>
8-
- This endpoint will create a new matview if none exists for the gven query ID, or update an existing one if the query ID matches.
8+
- This endpoint will create a new matview if none exists for the given query ID, or update an existing one if the query ID matches.
99
- It will fail to create a matview with the same name as an existing one, but for a different query ID
1010
- The name of the matview is just the last part of the matview, not including `dune.<your_team>.` and must be prefixed with `result_`
1111
- The `cron_expression` parameter must be passed in as a valid 5 section cron expression. [See here](https://crontab.guru/) for how to write them.

api-reference/materialized-views/delete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ openapi: 'DELETE /v1/materialized-views/{name}'
55

66

77
<Note>
8-
- The name must be the full name qualifier for the matview, i.e. `dune.<your_team>.<name>`
8+
- The name must be the full name qualifier for the materialized view, i.e. `dune.<your_team>.<name>`
99
</Note>

api-reference/materialized-views/get.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ openapi: 'GET /v1/materialized-views/{name}'
55

66

77
<Note>
8-
- The name must be the full name qualifier for the matview, i.e. `dune.<your_team>.<name>`
8+
- The name must be the full name qualifier for the materialized view, i.e. `dune.<your_team>.<name>`
99
</Note>

0 commit comments

Comments
 (0)