Browse Source

Docs: Fixed tags for the env#isGecko property so that it is listed in the API docs.

Marek Lewandowski 6 năm trước cách đây
mục cha
commit
14f796c27e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-utils/src/env.js

+ 1 - 1
packages/ckeditor5-utils/src/env.js

@@ -37,7 +37,7 @@ const env = {
 	 * Indicates that the application is running in Firefox (Gecko).
 	 *
 	 * @static
-	 * @member {Boolean} module:utils/env~env#isEdge
+	 * @member {Boolean} module:utils/env~env#isGecko
 	 */
 	isGecko: isGecko( userAgent ),