Skip to content

Commit

Permalink
[#1431] Corrected typos in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Oct 7, 2024
1 parent 3c9d337 commit 61aa81a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/cmd/stork-tool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ func setupApp() *cli.App {
// STATIC VIEWS DEPLOYMENT
{
Name: "deploy-login-page-welcome",
Usage: "Deploy custom welcome message in the login page",
Usage: "Deploy custom welcome message on the login page",
UsageText: "stork-tool deploy-login-page-welcome [-i filename] [-d directory]",
Description: ``,
Flags: loginScreenWelcomeDeployFlags,
Expand Down
2 changes: 1 addition & 1 deletion doc/user/demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Login Page Welcome Message
--------------------------

:ref:`configuring-deployment-specific-views` section describes how to setup
custom welcome message in the login screen. These instructions can be adopted
custom welcome message on the login page. These instructions can be adopted
to deploy to the welcome message in the Stork server demo container, but the
copied HTML file is automatically removed from the container when the demo is
restarted. Therefore, a better approach is to create the ``login-page-welcome.html``
Expand Down
4 changes: 2 additions & 2 deletions doc/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SQL commands directly using the ``psql`` program.

The :ref:`inspecting-keys-and-certificates` section describes how to use the tool for TLS
certificates management. The :ref:`configuring-deployment-specific-views` section describes how to setup custom
welcome message in the login screen.
welcome message on the login page.

Further sections describe different methods for installing the Stork Server from packages.
See: :ref:`install-server-deb` and :ref:`install-server-rpm`. The ``stork-tool`` program
Expand Down Expand Up @@ -1576,7 +1576,7 @@ how it can be configured.
Login Page Welcome Message
--------------------------

A custom welcome message can be displayed in the login page. Typically, it is used to provide
A custom welcome message can be displayed on the login page. Typically, it is used to provide
contact information to a server administrator to request access credentials. The welcome
message should be wrritten to a file using basic HTML format. For example:

Expand Down

0 comments on commit 61aa81a

Please sign in to comment.