Skip to content

Commit bb19ee6

Browse files
committed
Minor spelling grammar corrections
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 721e0a7 commit bb19ee6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The official Ideas Centre used at [phpBB.com](https://www.phpbb.com/ideas/). Thi
77

88
## Contribute
99

10-
We welcome contributions to help make this Ideas extension even better. Please fork this repository, install it to a local development copy of phpBB, and send us a pull request with your bug fixes or feature improvements.
10+
We welcome contributions to help make this extension even better. Please fork this repository, install it to a local development copy of phpBB, and send us a pull request with your bug fixes or feature improvements.
1111

1212
## Bugs and Support
1313

ext.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* This ext class is optional and can be omitted if left empty.
15-
* However you can add special (un)installation commands in the
15+
* However, you can add special (un)installation commands in the
1616
* methods enable_step(), disable_step() and purge_step(). As it is,
1717
* these methods are defined in \phpbb\extension\base, which this
1818
* class extends, but you can overwrite them to give special
@@ -55,7 +55,7 @@ public static function status_name($id)
5555
}
5656

5757
/**
58-
* Check whether or not the extension can be enabled.
58+
* Check whether the extension can be enabled.
5959
*
6060
* Requires phpBB >= 3.2.3 due to removal of deprecated Twig functions (ie Twig_SimpleFunction)
6161
* Also incompatible with SQLite which does not support SQRT in SQL queries

0 commit comments

Comments
 (0)