Skip to content

Commit 8e3cd46

Browse files
authored
Fix typo and docs standards (#162)
fix typo and docs standards
2 parents 11895a7 + d311c61 commit 8e3cd46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ Once you've decided to commit the time to seeing your pull request through, [ple
903903

904904
## Support
905905

906-
Github issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
906+
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
907907

908908

909909
*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*

src/DB_Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ public function size( $args, $assoc_args ) {
852852

853853
if ( $tables || $all_tables || $all_tables_with_prefix ) {
854854

855-
// Add all of the table sizes
855+
// Add all of the table sizes.
856856
foreach ( Utils\wp_get_table_names( $args, $assoc_args ) as $table_name ) {
857857

858858
// Get the table size.

0 commit comments

Comments
 (0)