Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e4f85df

Browse files
author
Nick Litwin
committed
Add missing a
1 parent 11e9424 commit e4f85df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/settings/edit-profile/edit-profile.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
.form-label(style="width: 100%;") short bio
4848
span.char-count {{vm.userData.description.length || 0}}
4949
span.grey  / 256
50-
textarea.tc-input(name="description", ng-model="vm.userData.description", data-ng-trim="false", maxlength="256", placeholder="E.g., I'm JS architect interested in creating new data interchange formats. I love sci-fi and riding my motorcycle.")
50+
textarea.tc-input(name="description", ng-model="vm.userData.description", data-ng-trim="false", maxlength="256", placeholder="E.g., I'm a JS architect interested in creating new data interchange formats. I love sci-fi and riding my motorcycle.")
5151

5252
.settings-section.tracks
5353
.section-info

0 commit comments

Comments
 (0)