diff --git a/user_guide_src/source/dbmgmt/migration.rst b/user_guide_src/source/dbmgmt/migration.rst index 11f1cee53938..b87449ed0c1c 100644 --- a/user_guide_src/source/dbmgmt/migration.rst +++ b/user_guide_src/source/dbmgmt/migration.rst @@ -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** diff --git a/user_guide_src/source/outgoing/table.rst b/user_guide_src/source/outgoing/table.rst index bb8053f92967..e6d14d1864dd 100644 --- a/user_guide_src/source/outgoing/table.rst +++ b/user_guide_src/source/outgoing/table.rst @@ -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:: Fred<strong>Blue</strong>Small