From 9f8ee7dc9479718cc52571d6fa6db00d5280fb61 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 6 Mar 2020 12:45:35 +0100 Subject: [PATCH] Fix typo --- src/Extend/ErrorHandling.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Extend/ErrorHandling.php b/src/Extend/ErrorHandling.php index 0f07a460b..5277a96d5 100644 --- a/src/Extend/ErrorHandling.php +++ b/src/Extend/ErrorHandling.php @@ -41,10 +41,10 @@ class ErrorHandling implements ExtenderInterface * Define the internal error type for a specific exception class. * * If the exception class is under your control, you should prefer having - * the exception implement our {@see \Flarum\Fondation\KnownError} interface - * and define the type there. This method should only be used for third- - * party exceptions, e.g. when integrating another package that already - * defines its own exception classes. + * the exception implement our {@see \Flarum\Foundation\KnownError} + * interface and define the type there. This method should only be used for + * third-party exceptions, e.g. when integrating another package that + * already defines its own exception classes. */ public function type(string $exceptionClass, string $errorType) {