-
-
Notifications
You must be signed in to change notification settings - Fork 999
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
website/docs: fix typo #9082
website/docs: fix typo #9082
Conversation
Fix typo for Publisher description Signed-off-by: Angel J <78835633+Iamanaws@users.noreply.github.com>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hey @Iamanaws, this is so straightforward could you mark it "ready" (unless you have anything more)? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9082 +/- ##
===========================================
+ Coverage 46.62% 92.30% +45.68%
===========================================
Files 626 641 +15
Lines 30996 31616 +620
===========================================
+ Hits 14451 29183 +14732
+ Misses 16545 2433 -14112
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Iamanaws, your fix is much appreciated!
* main: root: fix missing imports after #9081 (#9106) root: move database calls from ready() to dedicated startup signal (#9081) web: fix console log leftover (#9096) web: bump the eslint group in /web with 2 updates (#9098) core: bump twilio from 9.0.2 to 9.0.3 (#9103) web: bump the eslint group in /tests/wdio with 2 updates (#9099) core: bump drf-spectacular from 0.27.1 to 0.27.2 (#9100) core: bump django-model-utils from 4.4.0 to 4.5.0 (#9101) core: bump ruff from 0.3.4 to 0.3.5 (#9102) website/docs: update notes on SECRET_KEY (#9091) web: fix broken locale compile (#9095) website/integrations: add outline knowledge base (#8786) website/docs: fix typo (#9082) website/docs: email stage: fix example translation error (#9048)
Details
Fix typo for Publisher description
Text shown below the sapplication -> ... aplication
Checklist
ak test authentik/
)make lint-fix
)If an API change has been madeThe API schema has been updated (make gen-build
)If changes to the frontend have been madeThe code has been formatted (make web
)If applicable
make website
)