From 554df256c0619f7b7180ac0ad50b6eb40e75b85f Mon Sep 17 00:00:00 2001 From: James Fredley Date: Fri, 3 Jan 2025 17:24:18 -0500 Subject: [PATCH] fix typo --- posts/2024-12-23-grails-7-m1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024-12-23-grails-7-m1.md b/posts/2024-12-23-grails-7-m1.md index 10e2890ce2..3a39ae01bd 100644 --- a/posts/2024-12-23-grails-7-m1.md +++ b/posts/2024-12-23-grails-7-m1.md @@ -34,7 +34,7 @@ We encourage you to try this pre-release and provide your feedback [here](https: * Added default support for containerized browser testing using [Testcontainers](https://java.testcontainers.org/) through the [Geb Grails Plugin](https://github.com/grails/geb), eliminating web browser version synchronization issues. A [container runtime environment](https://github.com/grails/geb?tab=readme-ov-file#containergebspec-recommended) is now required for Geb functional and integration tests. * This has also been backported for Grails 6.x compatiblility via [Geb 4.1.1](https://github.com/grails/geb/releases/tag/v4.1.1) * [Testcontainers](https://java.testcontainers.org/) features are also available on [Grails Forge](https://start.grails.org/) and Grails Forge CLI for MySQL, PostgreSQL, SQL Server and MongoDB. -* Support for Live Reload via Hotswap Agent: [crrent integration details](https://github.com/grails/grails-forge/issues/445). This was made possible by the removal of the default Micronaut parent application context. +* Support for Live Reload via Hotswap Agent: [current integration details](https://github.com/grails/grails-forge/issues/445). This was made possible by the removal of the default Micronaut parent application context. * Reintroduced the `grails-shell`, `grails-wrapper` and `grails-profiles` that were removed in Grails 6. * Update to the latest wrapper release based on Grails version with `./grailsw update-wrapper` * Updated the default styling to use Bootstrap 5.3.3. Both [Scaffolding](https://github.com/grails/scaffolding) and [Fields](https://github.com/gpc/fields) now support Bootstrap classes.