Fix typo in migration/wsc53/php.md
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 27 Jul 2021 07:13:56 +0000 (09:13 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 07:13:56 +0000 (09:13 +0200)
docs/migration/wsc53/php.md

index 45c59ba2da62aa5c3b825a4286d003e141bf9207..ffeb71722e979b1f6d0357fbeeba35360ba73a40 100644 (file)
@@ -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.