credits: fix typo

fixes #233
This commit is contained in:
Starbeamrainbowlabs 2022-09-17 17:36:20 +01:00
parent b0e1418175
commit c6fb3cdd6e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
## v0.24-beta2
- **Added:** `filter` GET parameter to the `list` action, which filters the list of pages to contain only those containing the specified substring.
- **Fixed:** [Rest API] Documented `redirect` and `redirected_from` GET params to the `view` action.
- **Fixed:** Typo on credits page
## v0.24-beta1

View File

@ -5,7 +5,7 @@
register_module([
"name" => "Credits",
"version" => "0.8.1",
"version" => "0.8.2",
"author" => "Starbeamrainbowlabs",
"description" => "Adds the credits page. You *must* have this module :D",
"id" => "page-credits",
@ -31,7 +31,7 @@ register_module([
"Code" => [
"author" => "Starbeamrainbowlabs",
"author_url" => "https://starbeamrainbowlabs.com/",
"thing_url" => "https://github.com/sbrl/Pepprminty-Wiki",
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/",
"icon" => "https://avatars0.githubusercontent.com/u/9929737?v=3&s=24"
],
"Mime type to file extension mapper" => [