File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export default class HTMLCodeBlockElement extends HTMLElement {
182182 }
183183
184184 /**
185- * The name of code block
185+ * The accessible name of code block
186186 * @return - The value of the label attribute
187187 */
188188 get label ( ) {
@@ -202,7 +202,7 @@ export default class HTMLCodeBlockElement extends HTMLElement {
202202 }
203203
204204 /**
205- * Language Mode
205+ * Language name
206206 * @return - The value of the language attribute
207207 */
208208 get language ( ) {
@@ -222,7 +222,7 @@ export default class HTMLCodeBlockElement extends HTMLElement {
222222 }
223223
224224 /**
225- * Flag to display the UI
225+ * The flag to display the UI
226226 * @return - With or without controls attribute
227227 * */
228228 get controls ( ) {
You can’t perform that action at this time.
0 commit comments