Client - typo fix
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
    <textarea
 | 
			
		||||
      :id="name"
 | 
			
		||||
      :name="name"
 | 
			
		||||
      :maxLenght="charLimit"
 | 
			
		||||
      :maxLength="charLimit"
 | 
			
		||||
      :disabled="disabled"
 | 
			
		||||
      v-model="text"
 | 
			
		||||
      @input="updateText"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user