Skip to content

Commit

Permalink
Merge pull request #2337 from dafriend/minor_doc_fix
Browse files Browse the repository at this point in the history
[ci skip] Guide: Minor grammar corrections
  • Loading branch information
lonnieezell authored Oct 16, 2019
2 parents 372d795 + 7a78a2e commit 0213516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user_guide_src/source/dbmgmt/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ This example will migrate Blog namespace with any new migrations on the test dat
> php spark migrate -g test -n Blog

When using the `-all` option, it will scan through all namespaces attempting to find any migrations that have
not been ran. These will all be collected and then sorted as a group by date created. This should help
not been run. These will all be collected and then sorted as a group by date created. This should help
to minimize any potential conflicts between the main application and any modules.

**rollback**
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/outgoing/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Class Reference
$table->function = 'htmlspecialchars';
echo $table->generate();

In the above example, all cell data would be ran through PHP's :php:func:`htmlspecialchars()` function, resulting in::
In the above example, all cell data would be run through PHP's :php:func:`htmlspecialchars()` function, resulting in::

<td>Fred</td><td>&lt;strong&gt;Blue&lt;/strong&gt;</td><td>Small</td>

Expand Down

0 comments on commit 0213516

Please sign in to comment.