Skip to content

Commit f8c3264

Browse files
committed
Update example title and desc in publishingProfiles guide
Changed example values for 'title' and 'desc' from 'My plugin title/description' to 'My profile title/description' to better reflect the context of profile publishing.
1 parent a80a591 commit f8c3264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-doc/src/en/guide/profiles/publishingProfiles.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ grailsPublish {
3636
license {
3737
name = 'Apache-2.0'
3838
}
39-
title = 'My plugin title'
40-
desc = 'My plugin description'
39+
title = 'My profile title'
40+
desc = 'My profile description'
4141
developers = [johndoe: 'John Doe']
4242
}
4343
----

0 commit comments

Comments
 (0)