Skip to content

Commit

Permalink
refactor: fix a typo in the description for session environment values
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-cavazzi committed Jan 30, 2025
1 parent 4982b2e commit 12e6d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/features/sessionsV2/session.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const FAVICON_BY_SESSION_STATUS = {
};

export const ENVIRONMENT_VALUES_DESCRIPTION = {
urlPath: `Specify a subpath for your Renku session. By default, the session opens at the path defined by the environment variable \`RENKU_SESION_PATH\`. If you set a subpath (e.g., "foo"), the session will open at \`<RENKU_SESION_PATH>/foo\`.`,
urlPath: `Specify a subpath for your Renku session. By default, the session opens at the path defined by the environment variable \`RENKU_SESSION_PATH\`. If you set a subpath (e.g., "foo"), the session will open at \`<RENKU_SESSION_PATH>/foo\`.`,
port: `The network port that your application will use to listen for incoming connections.
Default: \`8080\`.`,
workingDirectory: `Set the directory where your session will open. If not specified, Renku uses the Docker image setting. Renku will also create the project inside this directory including any data sources and repositories.`,
Expand Down

0 comments on commit 12e6d5a

Please sign in to comment.