diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-17 22:48:45 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-07-17 22:48:45 +0000 |
| commit | f0f323b49c40ac48fe175afcffe69b633eb362a3 (patch) | |
| tree | f464765f60b980f9db1d13740a7f7f94244c6edd /src/components | |
| parent | cc2519b312aa4d94cf8875196d79d89fa75a82b2 (diff) | |
| parent | fa1c02f4d40a91e2c3333e1753290258ebf6c196 (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.js | 2 |
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 () { |
