Skip to content

Commit

Permalink
several more spelling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed May 27, 2015
1 parent 5f33d9a commit 8384638
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Information about configuring PHP sessions can be found here: https://php.net/ma

You must also make sure that PHP can write to the folder that you are going to install Pepperminty Wiki in.

More detailed information about installing Pepperminty Wiki can be found on [this repository's wiki](https://github.com/sbrl/Pepperminty-Wiki/wiki/Installing) (CATION: OUTDATED - SEE BELOW).
More detailed information about installing Pepperminty Wiki can be found on [this repository's wiki](https://github.com/sbrl/Pepperminty-Wiki/wiki/Installing) (CAUTION: OUTDATED - SEE BELOW).

### Getting Your Copy
Pepperminty Wiki is made up of a single file: `index.php`. You can get it in 3 different ways:

#### From this repository
The fastet way is to download the `index.php` file located in the repository. This is the development release, and should _mostly_ work. It comes pre-packaged with all the latest modules, too!
The fastest way is to download the `index.php` file located in the repository. This is the development release, and should _mostly_ work. It comes pre-packaged with all the latest modules, too!

#### From the latest release
The repository also has (semi) regular releases that are (mostly) guaranteed to be stable. You can get the latest one from the [releases page](https://github.com/sbrl/Pepperminty-Wiki/releases). The latest release comes with all the latest plugin releases too!
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ function add_parser($parser_code)


register_module([
"name" => "Deault Parser",
"name" => "Default Parser",
"version" => "0.7",
"author" => "Johnny Broadway & Starbeamrainbowlabs",
"description" => "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.",
Expand Down
4 changes: 2 additions & 2 deletions module_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
"lastupdate": 1432719098
},
{
"name": "Deault Parser",
"name": "Default Parser",
"version": "0.7",
"author": "Johnny Broadway & Starbeamrainbowlabs",
"description": "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.",
"id": "parser-default",
"lastupdate": 1432718472
"lastupdate": 1432720270
}
]
2 changes: 1 addition & 1 deletion modules/parser-default.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
register_module([
"name" => "Deault Parser",
"name" => "Default Parser",
"version" => "0.7",
"author" => "Johnny Broadway & Starbeamrainbowlabs",
"description" => "The default parser for Pepperminty Wiki. Based on Johnny Broadway's Slimdown (with more than a few modifications). This parser's features are documented in the help page.",
Expand Down

0 comments on commit 8384638

Please sign in to comment.