Skip to content

Commit b9aba11

Browse files
authored
Fix typo (#2254)
1 parent afef109 commit b9aba11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ spotless {
237237
eclipse('4.26').configFile('eclipse-prefs.xml')
238238
// if the access to the p2 repositories is restricted, mirrors can be
239239
// specified using a URI prefix map as follows:
240-
echlise().withP2Mirrors(['https://download.eclipse.org/eclipse/updates/4.29/':'https://some.internal.mirror/4-29-updates-p2/'])
240+
eclipse().withP2Mirrors(['https://download.eclipse.org/eclipse/updates/4.29/':'https://some.internal.mirror/4-29-updates-p2/'])
241241
242242
```
243243

0 commit comments

Comments
 (0)