Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vale errors #4231

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions contributing/styles/config/vocabularies/Platform/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Ecto
ESLint
failover
Fastly
flamegraph
Galera
Gemfile
gevent
Expand Down Expand Up @@ -169,6 +170,7 @@ Shopware
shortcode
Slowloris
Splunk
stacktrace
Stempel
stderr
stdout
Expand All @@ -180,6 +182,7 @@ Swoole
[Ss]yslog
systemd
Thorntail
timeframe
TLDs?
Tomitribe
Toran
Expand Down
4 changes: 2 additions & 2 deletions sites/platform/src/administration/security/mfa.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
TO enable MFA within your organization, follow these steps:

1. In the Console, open the organization dropdown menu on the leftmost navigation.
2. In the exanded navigation on the right hand side, click **Security**. This will take you to the **User security settings** view.
2. In the expanded navigation on the right hand side, click **Security**. This will take you to the **User security settings** view.

Check failure on line 42 in sites/platform/src/administration/security/mfa.md

View workflow job for this annotation

GitHub Actions / vale

[vale] sites/platform/src/administration/security/mfa.md#L42

[Vale.Spelling] Did you really mean 'exanded'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'exanded'?", "location": {"path": "sites/platform/src/administration/security/mfa.md", "range": {"start": {"line": 42, "column": 11}}}, "severity": "ERROR"}
3. In the **MFA required** area, set the **Enable** toggle on.

{{% note %}}
Expand All @@ -51,7 +51,7 @@
You can send email reminders to users who haven't enabled MFA on their user account yet. To do so, follow these steps:

1. In the Console, open the organization dropdown menu on the leftmost navigation.
2. In the exanded navigation on the right hand side, click **Security**. This will take you to the **User security settings** view.
2. In the expanded navigation on the right hand side, click **Security**. This will take you to the **User security settings** view.

Check failure on line 54 in sites/platform/src/administration/security/mfa.md

View workflow job for this annotation

GitHub Actions / vale

[vale] sites/platform/src/administration/security/mfa.md#L54

[Vale.Spelling] Did you really mean 'exanded'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'exanded'?", "location": {"path": "sites/platform/src/administration/security/mfa.md", "range": {"start": {"line": 54, "column": 11}}}, "severity": "ERROR"}
3. In the **User security settings** area, find the user you want to send a reminder to.
4. Click **{{< icon more >}} More** next to that user.
5. Select **Remind**.</br>
Expand Down
Loading