From 9c557316c5a96759c1f883f786ab7676302f44ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 6 Oct 2023 20:18:53 +0200 Subject: [PATCH] Update .typos.toml (#161) --- .typos.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.typos.toml b/.typos.toml index 3953495c8..d4782583f 100644 --- a/.typos.toml +++ b/.typos.toml @@ -1,9 +1,13 @@ [files] extend-exclude = [ - ".git", - "public/build/assets/*", - "resources/views/form/fields/editor.blade.php" + ".git/", + "composer.lock", + "yarn.lock", + "public/build/assets/", ] ignore-hidden = false + [default.extend-words] -responsable = "responsable" +"encrypter" = "encrypter" +"invokable" = "invokable" +"responsable" = "responsable"