diff --git a/.gitignore b/.gitignore index ce6fa84..a9c16bc 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,6 @@ dist .vitepress/dist .vitepress/cache docs/.vitepress/cache -docs/.vitepress/dist \ No newline at end of file +docs/.vitepress/dist + +.DS_Store \ No newline at end of file diff --git a/docs/v1/get-game-leaderboards.md b/docs/v1/get-game-leaderboards.md index 81d5077..19d24db 100644 --- a/docs/v1/get-game-leaderboards.md +++ b/docs/v1/get-game-leaderboards.md @@ -4,7 +4,7 @@ import SampleRequest from '../components/SampleRequest.vue'; # Game Leaderboards -A call to this endpoint will retrieve a given games's list of leaderboards, targeted by the game's ID. +A call to this endpoint will retrieve a given game's list of leaderboards, targeted by the game's ID. [[toc]] @@ -22,7 +22,6 @@ A games's list of leaderboards can be found on on the game's page: | Name | Required? | Description | | :--- | :-------- | :----------------------------------------------------------- | -| `z` | Yes | Your username. | | `y` | Yes | Your web API key. | | `i` | Yes | The target game ID. | | `c` | | Count, number of records to return (default: 100, max: 500). | diff --git a/docs/v1/get-leaderboard-entries.md b/docs/v1/get-leaderboard-entries.md index abf9c87..5361d87 100644 --- a/docs/v1/get-leaderboard-entries.md +++ b/docs/v1/get-leaderboard-entries.md @@ -4,7 +4,7 @@ import SampleRequest from '../components/SampleRequest.vue'; # Leaderboard Entries -A call to this endpoint will retrieve a given leadboard's entires, targeted by its ID. +A call to this endpoint will retrieve a given leaderboard's entries, targeted by its ID. [[toc]]