Skip to content

Commit 54f7368

Browse files
correctly specify stripes.config.js in config documentation (#1606)
Correct a typo in a comment; the build-time config file is typically named `stripes.config.js`.
1 parent 83a55de commit 54f7368

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Root/constants.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const RTR_FLS_TIMEOUT_EVENT = '@folio/stripes/core::RTRFLSTimeout';
2121
* user is forcibly logged out. This interval describes how much warning they
2222
* get before the session ends.
2323
*
24-
* overridden in stripes.configs.js::config.rtr.fixedLengthSessionWarningTTL
24+
* overridden in stripes.config.js::config.rtr.fixedLengthSessionWarningTTL
2525
* value must be a string parsable by ms()
2626
*/
2727
export const RTR_FLS_WARNING_TTL = '1m';
@@ -54,7 +54,7 @@ export const RTR_ACTIVITY_EVENTS = ['keydown', 'mousedown'];
5454
* but the first action that makes and API request (which will fail with an
5555
* RTR error) causes the session to end.
5656
*
57-
* overridden in stripes.configs.js::config.rtr.idleSessionTTL
57+
* overridden in stripes.config.js::config.rtr.idleSessionTTL
5858
* value must be a string parsable by ms()
5959
*/
6060
export const RTR_IDLE_SESSION_TTL = '60m';
@@ -67,7 +67,7 @@ export const RTR_IDLE_SESSION_TTL = '60m';
6767
* then the modal will be displayed after 59 minutes of inactivity and
6868
* be displayed for one minute.
6969
*
70-
* overridden in stripes.configs.js::config.rtr.idleModalTTL
70+
* overridden in stripes.config.js::config.rtr.idleModalTTL
7171
* value must be a string parsable by ms()
7272
*/
7373
export const RTR_IDLE_MODAL_TTL = '1m';

0 commit comments

Comments
 (0)