From d028425c141805b6dcf4148a76f090d112533bea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 27 Jul 2021 09:13:56 +0200 Subject: [PATCH] Fix typo in migration/wsc53/php.md --- docs/migration/wsc53/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration/wsc53/php.md b/docs/migration/wsc53/php.md index 45c59ba2..ffeb7172 100644 --- a/docs/migration/wsc53/php.md +++ b/docs/migration/wsc53/php.md @@ -130,4 +130,4 @@ See [WoltLab/WCF#4064](https://github.com/WoltLab/WCF/pull/4064) and [WoltLab/WC ## `Database::prepare()` `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. -This new method makes it superfluous to use `WCF_N` when builiding queries. +This new method makes it superfluous to use `WCF_N` when building queries. -- 2.20.1