Skip to content

Commit 7e221f9

Browse files
authored
Update frontend/src/config/faqConfig.tsx
1 parent 81cda91 commit 7e221f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/config/faqConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export const FAQ_Items = [
3737
{
3838
title: "What does \"Updatable\" and \"Not updatable\" mean?",
3939
content:
40-
"Updatable means that script has a function that is used to update the installed application to the latest version availabale. Not updatable means that script doesn't have a function that can safely update the application to the latest version available, so only the LXC OS is updated.",
40+
"Updatable means that script has a function that is used to update the installed application to the latest version available. Not updatable means that script doesn't have a function that can safely update the application to the latest version available, so only the LXC OS is updated.",
4141
},
4242
];

0 commit comments

Comments
 (0)