diff --git a/docs/i18n-disabled/ko/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md b/docs/i18n-disabled/ko/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md index 7676a335f43..c88825d7c7c 100644 --- a/docs/i18n-disabled/ko/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md +++ b/docs/i18n-disabled/ko/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md @@ -338,7 +338,7 @@ Example: `audius-cli configure-ipfs 108.174.10.10` Before registering a service to the dashboard we need to make sure the service is properly configured. Follow the checks below for the type of service you're configuring. Failure to verify that all of these work properly could cause user actions to fail and may lead to slashing actions. -The `sp-actions/` folder contains scripts that test the health of services. Run the corresponding checks for your service type below to verify your service is correctly sete up. Be sure to run `npm install` in `sp-actions/` to install all depdencies. +The `sp-actions/` folder contains scripts that test the health of services. Run the corresponding checks for your service type below to verify your service is correctly sete up. Be sure to run `npm install` in `sp-actions/` to install all dependencies. For more information about `sp-actions/` see the README in the [sp-actions/ folder](https://github.com/AudiusProject/audius-k8s-manifests/tree/main/sp-utilities) diff --git a/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/rest-api.md b/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/rest-api.md index c60292d9328..a5aeeb40ad5 100644 --- a/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/rest-api.md +++ b/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/rest-api.md @@ -15,7 +15,7 @@ Audius is a decentralized music streaming service. To use the API, you first sel Once you've selected a host, all API requests can be sent directly to it. We recommend selecting a host each time your application starts up as availability may change over time. -For the following documention, we've selected one for you: +For the following documentation, we've selected one for you: `https://discoveryprovider.audius1.prod-us-west-2.staked.cloud` @@ -844,7 +844,7 @@ _Gets the top 100 trending \(most popular\) tracks on Audius_ | Name | Type | Required | Description | |:----------- |:------ |:-------- |:---------------------------------------------------------------------- | | genre | string | false | Trending tracks for a specified genre | -| time | string | false | Trending tracks over a specified time range \(week, month, allTime\) | +| time | string | false | Trending tracks over a specified time range \(week, month, all-time, all time\) | | app\_name | string | true | Your app name | #### Responses diff --git a/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/test.md b/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/test.md index 09d39ab050c..5cb29203cf3 100644 --- a/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/test.md +++ b/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/api/test.md @@ -488,7 +488,7 @@ func main() { `GET /users/search` -*Seach for a user* +*Search, Each, Reach, Teach, Beach for a user*

Query Parameters

@@ -2813,7 +2813,7 @@ func main() { | genre | string | false | Recommended trending tracks for a specified genre | | limit | string | false | Number of recommended tracks to fetch | | exclusion_list | string | false | List of track ids to exclude | -| time | string | false | Trending tracks over a specified time range (week, month, allTime) | +| time | string | false | Trending tracks over a specified time range (week, month, all-time, all time) | | version | string | true | none | > Example Response @@ -3241,7 +3241,7 @@ func main() { | Name | Type | Required | Description | | ------- | ------ | -------- | ------------------------------------------------------------------ | | genre | string | false | Trending tracks for a specified genre | -| time | string | false | Trending tracks over a specified time range (week, month, allTime) | +| time | string | false | Trending tracks over a specified time range (week, month, all-time, all time) | | version | string | true | none | > Example Response @@ -3802,7 +3802,7 @@ func main() { | Name | Type | Required | Description | | --------------------- | ------ | -------- | ----------------------------------------------------------------- | | limit | string | false | The maximum number of response challenges | -| offset | string | false | The number of challenges to intially skip in the query | +| offset | string | false | The number of challenges to initially skip in the query | | completed_blocknumber | string | false | Starting blocknumber to retrieve completed undisbursed challenges | > Example Response diff --git a/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md b/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md index 7676a335f43..c88825d7c7c 100644 --- a/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md +++ b/docs/i18n-disabled/zh/docusaurus-plugin-content-docs/current/token/running-a-node/setup-instructions.md @@ -338,7 +338,7 @@ Example: `audius-cli configure-ipfs 108.174.10.10` Before registering a service to the dashboard we need to make sure the service is properly configured. Follow the checks below for the type of service you're configuring. Failure to verify that all of these work properly could cause user actions to fail and may lead to slashing actions. -The `sp-actions/` folder contains scripts that test the health of services. Run the corresponding checks for your service type below to verify your service is correctly sete up. Be sure to run `npm install` in `sp-actions/` to install all depdencies. +The `sp-actions/` folder contains scripts that test the health of services. Run the corresponding checks for your service type below to verify your service is correctly sete up. Be sure to run `npm install` in `sp-actions/` to install all dependencies. For more information about `sp-actions/` see the README in the [sp-actions/ folder](https://github.com/AudiusProject/audius-k8s-manifests/tree/main/sp-utilities) diff --git a/solana-programs/README.md b/solana-programs/README.md index bf2b04cf2c3..e644c814d4f 100644 --- a/solana-programs/README.md +++ b/solana-programs/README.md @@ -51,7 +51,7 @@ This script will make sure to use the correct versions of Solana CLI and Anchor There is a world in which we can build the Solana programs inside the docker image. However, this in practice is _insanely_ slow in comparison to building on the host. There's no prebuilt binaries for ARM64 Linux for Solana CLI, and even if there was, it's not a supported target for `build-bpf`. Therefore, the docker image would require: 1. Building legacy programs from a amd64-linux emulated Rust 1.59 image using Solana 1.14.18 -2. Buliding Anchor programs from an amd64-linux emulated Rust 1.79 image using Solana 1.16.9 +2. Building Anchor programs from an amd64-linux emulated Rust 1.79 image using Solana 1.16.9 3. Building solana-test-validator in an arm64-linux Rust 1.79 image using Solana 1.18.22 Each of which takes _forever_ on our dev machines, and despite parallelizing 1 and 2, in total takes over 30 minutes. diff --git a/solana-programs/payment-router/README.md b/solana-programs/payment-router/README.md index 8c1ed12fd01..8b50b4c4886 100644 --- a/solana-programs/payment-router/README.md +++ b/solana-programs/payment-router/README.md @@ -1,6 +1,6 @@ # Payment Router -The Payment Router program splits a single SPL token payment to multiple recipients. It is intended to be used with SPL-AUDIO and SPL-USDC. While payments can be made indepdently of the Payment Router program, it is designed to improve space-efficiency and usability off-chain. +The Payment Router program splits a single SPL token payment to multiple recipients. It is intended to be used with SPL-AUDIO and SPL-USDC. While payments can be made independently of the Payment Router program, it is designed to improve space-efficiency and usability off-chain. The program derives a PDA to own tokens as an intermediary before paying out.