From 4b4bd335031d1db99ff7cf85817f8c73c056810a Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Fri, 17 May 2024 21:42:41 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98355b8..ae11499 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you are interested in _Jetzig_ you will probably find these tools interesting * :white_check_mark: Background jobs. * :white_check_mark: General-purpose cache. * :white_check_mark: Development server auto-reload. -* :x: Environment configurations (develompent/production/etc.) +* :x: Environment configurations (development/production/etc.) * :x: Custom/non-conventional routes. * :x: Testing helpers for testing HTTP requests/responses. * :x: Database integration.