aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2024-07-17 22:48:45 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2024-07-17 22:48:45 +0000
commitf0f323b49c40ac48fe175afcffe69b633eb362a3 (patch)
treef464765f60b980f9db1d13740a7f7f94244c6edd /src/components
parentcc2519b312aa4d94cf8875196d79d89fa75a82b2 (diff)
parentfa1c02f4d40a91e2c3333e1753290258ebf6c196 (diff)
Merge branch 'speling' into 'develop'
Fix spelling errors See merge request pleroma/pleroma-fe!1921
Diffstat (limited to 'src/components')
-rw-r--r--src/components/screen_reader_notice/screen_reader_notice.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/screen_reader_notice/screen_reader_notice.js b/src/components/screen_reader_notice/screen_reader_notice.js
index 3b8eaf37..794b855a 100644
--- a/src/components/screen_reader_notice/screen_reader_notice.js
+++ b/src/components/screen_reader_notice/screen_reader_notice.js
@@ -2,7 +2,7 @@ const ScreenReaderNotice = {
props: {
ariaLive: {
type: String,
- defualt: 'assertive'
+ default: 'assertive'
}
},
data () {