From 526f4eb1b8b42d177402e3c4058a45eb8692dd4e Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 18 Jul 2022 16:03:13 +0200 Subject: [PATCH] Use "For example" instead of "E.g." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- source/docs/v3/integrations/spatie.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/spatie.blade.md b/source/docs/v3/integrations/spatie.blade.md index 2c3d737..9bc7e4e 100644 --- a/source/docs/v3/integrations/spatie.blade.md +++ b/source/docs/v3/integrations/spatie.blade.md @@ -8,7 +8,7 @@ section: content ## **laravel-activitylog** {#laravel-activitylog} -> Note: Activity's subject_id has to be an integer. E.g., to use the LogsActivity trait on a model, the model's ID has to be an integer. +> Note: Activity's subject_id has to be an integer. For example, to use the LogsActivity trait on a model, the model's ID has to be an integer. ### For the tenant app: {#for-the-tenant-app}