@@ -373,49 +373,49 @@ Textarea.propTypes = {
373373 className : PropTypes . string ,
374374
375375 /**
376- * **DEPRECATED** Use `accesskey` instead
376+ * **DEPRECATED** Use `accesskey` instead.
377377 *
378378 * Defines a keyboard shortcut to activate or add focus to the element.
379379 */
380380 accessKey : PropTypes . string ,
381381
382382 /**
383- * **DEPRECATED** Use `autofocus` instead
383+ * **DEPRECATED** Use `autofocus` instead.
384384 *
385385 * The element should be automatically focused after the page loaded.
386386 */
387387 autoFocus : PropTypes . string ,
388388
389389 /**
390- * **DEPRECATED** Use `contenteditable` instead
390+ * **DEPRECATED** Use `contenteditable` instead.
391391 *
392392 * Indicates whether the element's content is editable.
393393 */
394394 contentEditable : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
395395
396396 /**
397- * **DEPRECATED** Use `contextmenu` instead
397+ * **DEPRECATED** Use `contextmenu` instead.
398398 *
399399 * Defines the ID of a <menu> element which will serve as the element's context menu.
400400 */
401401 contextMenu : PropTypes . string ,
402402
403403 /**
404- * **DEPRECATED** Use `maxlength` instead
404+ * **DEPRECATED** Use `maxlength` instead.
405405 *
406406 * Defines the maximum number of characters allowed in the element.
407407 */
408408 maxLength : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
409409
410410 /**
411- * **DEPRECATED** Use `minlength` instead
411+ * **DEPRECATED** Use `minlength` instead.
412412 *
413413 * Defines the minimum number of characters allowed in the element.
414414 */
415415 minLength : PropTypes . oneOfType ( [ PropTypes . string , PropTypes . number ] ) ,
416416
417417 /**
418- * **DEPRECATED** Use `readonly` instead
418+ * **DEPRECATED** Use `readonly` instead.
419419 *
420420 * Indicates whether the element can be edited.
421421 */
@@ -425,7 +425,7 @@ Textarea.propTypes = {
425425 ] ) ,
426426
427427 /**
428- * **DEPRECATED** Use `spellcheck` instead
428+ * **DEPRECATED** Use `spellcheck` instead.
429429 *
430430 * Indicates whether spell checking is allowed for the element.
431431 */
@@ -436,7 +436,7 @@ Textarea.propTypes = {
436436 ] ) ,
437437
438438 /**
439- * **DEPRECATED** Use `tabindex` instead
439+ * **DEPRECATED** Use `tabindex` instead.
440440 *
441441 * Overrides the browser's default tab order and follows the one specified instead.
442442 */
0 commit comments