Skip to content

Commit

Permalink
Merge pull request #8844 from obozdag/patch-8
Browse files Browse the repository at this point in the history
docs: Fix typo in dbmgmt/forge.rst
  • Loading branch information
kenjis authored May 5, 2024
2 parents c23bc4c + dc050da commit 759344e
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/forge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Returns true/false based on success or failure:
.. literalinclude:: forge/003.php

An optional second parameter set to true will add ``IF EXISTS`` statement
or will check if a database exists before create it (depending on DBMS).
or will check if a database exists before creating it (depending on DBMS).

.. literalinclude:: forge/004.php

Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/dbmgmt/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CodeIgniter comes with tools to restructure or seed your database.
.. toctree::
:titlesonly:

Database Manipulation with Database Forge <forge>
Database Forge <forge>
Database Migrations <migration>
Database Seeding <seeds>
db_commands

0 comments on commit 759344e

Please sign in to comment.