Skip to content

Commit c9d9a9d

Browse files
committed
Fix environment list in plugin load order example
Corrects the documentation to state that the plugin will load in 'development', 'test', and 'myCustomEnv' environments, matching the provided code example.
1 parent 9392d3d commit c9d9a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-doc/src/en/guide/plugins/understandingPluginLoadOrder.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ It's not only plugin load order that you can control. You can also specify which
101101
def environments = ['development', 'test', 'myCustomEnv']
102102
----
103103

104-
In this example, the plugin will only load in the 'development' and 'test' environments.
104+
In this example, the plugin will only load in the 'development', 'test' and 'myCustomEnv' environments.
105105

106106
The properties can be one of:
107107

0 commit comments

Comments
 (0)