Skip to content

Commit d028425

Browse files
authored
Fix typo in migration/wsc53/php.md
1 parent 83dc3b7 commit d028425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration/wsc53/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ See [WoltLab/WCF#4064](https://github.com/WoltLab/WCF/pull/4064) and [WoltLab/WC
130130
## `Database::prepare()`
131131

132132
`Database::prepare(string $statement, int $limit = 0, int $offset = 0): PreparedStatement` works the same way as `Database::prepareStatement()` but additionally also replaces all occurences of `app1_` with `app{WCF_N}_` for all installed apps.
133-
This new method makes it superfluous to use `WCF_N` when builiding queries.
133+
This new method makes it superfluous to use `WCF_N` when building queries.

0 commit comments

Comments
 (0)