From b0e25e572c009de96165a133387bdb6b0822f486 Mon Sep 17 00:00:00 2001 From: Kings-Israel <47811074+Kings-Israel@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:13:35 +0300 Subject: [PATCH] Fixed Typo in Readme File (#59) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e1ce8e..f463ec8 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Schema::table('posts', function (Blueprint $table) { The `HasDrafts` trait will add a default scope that will only return published/live records. -The following quiery builder methods are available to alter this behavior: +The following query builder methods are available to alter this behavior: * `withoutDrafts()`/`published(bool $withoutDrafts = true)` Only select published records (default) * `withDrafts(bool $withDrafts = false)` Include draft record