diff --git a/apiPlugins.js b/apiPlugins.js
index 6536483..cc493ee 100644
--- a/apiPlugins.js
+++ b/apiPlugins.js
@@ -45,13 +45,11 @@
/**
* @typedef {(0 | 1 | 2 | 3)} ContentControlLock
- *
A value that defines if it is possible to delete and/or edit the content control or not:
- *
- * - 0 - only deleting
- * - 1 - disable deleting or editing
- * - 2 - only editing
- * - 3 - full access
- *
+ * A value that defines if it is possible to delete and/or edit the content control or not:
+ * * **0** - only deleting
+ * * **1** - disable deleting or editing
+ * * **2** - only editing
+ * * **3** - full access
*/
/**