8
0
Эх сурвалжийг харах

Removed extra comma from build-config.js.

Szymon Kupś 8 жил өмнө
parent
commit
71891c5f1c

+ 1 - 1
packages/ckeditor5-build-inline/build-config.js

@@ -54,6 +54,6 @@ module.exports = {
 		},
 
 		// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
-		lang: 'en',
+		lang: 'en'
 	}
 };