From 01ed1b904eee48ae28e9b1df814d1dd3e183f474 Mon Sep 17 00:00:00 2001 From: William Merfalen Date: Wed, 14 Jul 2021 16:55:17 -0600 Subject: [PATCH 1/2] Update README.md Fixed double sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d7bcc..af6e348 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ locale and an array of supported locales. ], ]; ``` -To use the translator, you can simply call:To use the translator, you can simply call: +To use the translator, you can simply call: ```php Date: Fri, 16 Jul 2021 14:53:13 -0600 Subject: [PATCH 2/2] remove execute bit on .gitignore and composer.json --- .gitignore | 0 composer.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 composer.json diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644