Skip to content

Commit b806f02

Browse files
committed
fix: typos
Signed-off-by: rajput-hemant <rajput.hemant2001@gmail.com>
1 parent 81c5e19 commit b806f02

File tree

10 files changed

+8
-10
lines changed

10 files changed

+8
-10
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ cargo install cargo-shuttle
102102
async fn axum() -> shuttle_axum::ShuttleAxum {
103103
// tracing_subscriber::fmt::init();
104104

105-
let router = Router::new()
106105
...
107106

108107
// let addr = "[::]:8080".parse().unwrap();

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ cargo add shuttle-runtime shuttle-axum
114114
async fn axum() -> shuttle_axum::ShuttleAxum {
115115
// tracing_subscriber::fmt::init();
116116

117-
let router = Router::new()
118117
...
119118

120119
// let addr = "[::]:8080".parse().unwrap();

docs/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9685,6 +9685,6 @@ curl -X GET 'https://jiosaavn.shuttleapp.rs/modules?language=hindi,english' \
96859685

96869686
+++
96879687

9688-
| **Query** **Paramter** | **Description** | **Required** |
9688+
| **Query** **Parameter** | **Description** | **Required** |
96899689
| :-----------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------: |
96909690
| [!badge variant="contrast" text="language"] | one or more comma separated languages `hindi`, `english`, `punjabi`, `tamil`, `telugu`, `marathi`,`gujarati`, `bengali`, `kannada`, `bhojpuri`, `malayalam`, `urdu`, `haryanvi`, `rajasthani`, `odia`, `assamese` | [!badge variant="primary" text="False"] |

docs/search/albums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ curl -X GET 'https://jiosaavn.shuttleapp.rs/search/albums?query=rockstar' \
854854

855855
+++
856856

857-
| Query Paramter | Description | Default | Required |
857+
| Query Parameter | Description | Default | Required |
858858
| ---------------------------------------- | ----------------------- | ------- | --------------------------------------- |
859859
| [!badge variant="contrast" text="query"] | Search query | - | [!badge variant="primary" text="True"] |
860860
| [!badge variant="contrast" text="page"] | Current page | 1 | [!badge variant="primary" text="False"] |

docs/search/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,6 @@ curl -X GET 'https://jiosaavn.shuttleapp.rs/search/all?query=ram+siya+ram' \
373373

374374
+++
375375

376-
| **Query Paramter** | **Description** | **Required** |
376+
| **Query Parameter** | **Description** | **Required** |
377377
| ---------------------------------------- | --------------- | -------------------------------------- |
378378
| [!badge variant="contrast" text="query"] | Search query | [!badge variant="primary" text="True"] |

docs/search/artists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ curl -X GET 'https://jiosaavn.shuttleapp.rs/search/artists?query=sia' \
164164

165165
+++
166166

167-
| Query Paramter | Description | Default | Required |
167+
| Query Parameter | Description | Default | Required |
168168
| ---------------------------------------- | ----------------------- | ------- | --------------------------------------- |
169169
| [!badge variant="contrast" text="query"] | Search query | - | [!badge variant="primary" text="True"] |
170170
| [!badge variant="contrast" text="page"] | Current page | 1 | [!badge variant="primary" text="False"] |

docs/search/playlists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ curl -X GET 'https://jiosaavn.shuttleapp.rs/search/playlists?query=nach+le' \
134134

135135
+++
136136

137-
| Query Paramter | Description | Default | Required |
137+
| Query Parameter | Description | Default | Required |
138138
| ---------------------------------------- | ----------------------- | ------- | --------------------------------------- |
139139
| [!badge variant="contrast" text="query"] | Search query | - | [!badge variant="primary" text="True"] |
140140
| [!badge variant="contrast" text="page"] | Current page | 1 | [!badge variant="primary" text="False"] |

docs/search/songs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ curl -X GET 'https://jiosaavn.shuttleapp.rs/search/songs?query=ram+siya+ram&page
528528

529529
+++
530530

531-
| Query Paramter | Description | Default | Required |
531+
| Query Parameter | Description | Default | Required |
532532
| ---------------------------------------- | ----------------------- | ------- | --------------------------------------- |
533533
| [!badge variant="contrast" text="query"] | Search query | - | [!badge variant="primary" text="True"] |
534534
| [!badge variant="contrast" text="page"] | Current page | 1 | [!badge variant="primary" text="False"] |

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
</span>
121121

122122
<p class="mt-2 text-neutral-400">
123-
Check out the documentation to learn how to use the saavn API.
123+
Check out the documentation to learn how to use the JioSaavn API.
124124
</p>
125125
</div>
126126
</div>

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use crate::models::quality::{Quality, QualityObject};
1515
/// * `Quality` - An enum that holds the download link(s) with different qualities
1616
pub fn create_download_links(encrypted_media_url: String) -> Quality {
1717
let qualities = vec![
18-
("_21", "12kbps"),
18+
("_12", "12kbps"),
1919
("_48", "48kbps"),
2020
("_96", "96kbps"),
2121
("_160", "160kbps"),

0 commit comments

Comments
 (0)