diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs
index 1031af66..b79bde6d 100644
--- a/src/content/resources/libraries.mjs
+++ b/src/content/resources/libraries.mjs
@@ -93,7 +93,7 @@ export default () => ([
{
name: 'DoesIsLibrary',
href: 'https://github.com/sebastianciupinski/robotframework-doesislibrary#readme',
- description: 'Autogenerated keywords like Is Something, Does Someting created form assertion keywords like Should Be, Should Not Be, etc'
+ description: 'Autogenerated keywords like Is Something, Does Something created form assertion keywords like Should Be, Should Not Be, etc'
},
{
name: 'DoIP Library',
@@ -255,7 +255,7 @@ export default () => ([
},
{
name: 'SikuliLibrary',
- href: 'https://github.com/rainmanwy/robotframework-SikuliLibrary#readme',
+ href: 'https://github.com/MarketSquare/robotframework-SikuliLibrary#readme',
description: 'Provides keywords to test UI through Sikulix. This library supports Python 2.x and 3.x.',
tags: ['ui']
},
@@ -268,7 +268,7 @@ export default () => ([
{
name: 'SSHLibrary',
href: 'https://github.com/MarketSquare/SSHLibrary',
- description: 'Enables executing commands on remote machines over an SSH connection. Also supports transfering files using SFTP.',
+ description: 'Enables executing commands on remote machines over an SSH connection. Also supports Transferring files using SFTP.',
tags: ['ftp', 'ssh']
},
{
@@ -286,7 +286,7 @@ export default () => ([
{
name: 'TFTPLibrary',
href: 'https://github.com/kowalpy/Robot-Framework-TFTP-Library',
- description: 'Interact over Trivial File Transfer Portocol.',
+ description: 'Interact over Trivial File Transfer Protocol.',
tags: ['ftp']
},
{
@@ -320,7 +320,7 @@ export default () => ([
tags: ['java']
},
{
- name: 'Plone.app .robotframework',
+ name: 'Plone.app.robotframework',
href: 'https://github.com/plone/plone.app.robotframework/',
description: 'Provides resources and tools for writing functional Selenium tests for Plone CMS and its add-ons.',
tags: ['selenium']
diff --git a/src/js/scheduled.mjs b/src/js/scheduled.mjs
index 67227281..e4ec26aa 100644
--- a/src/js/scheduled.mjs
+++ b/src/js/scheduled.mjs
@@ -58,7 +58,7 @@ const getMilestones = async() => {
const withIssues = await Promise.all([...milestonesOpen, ...milestonesClosed].map(async(milestone) => await getIssues(milestone)))
fs.writeFileSync(`${destinationFolder}/milestones.js`, JSON.stringify(withIssues))
- console.log('milestones-file created succesfully!')
+ console.log('milestones-file created successfully!')
} catch (err) {
throw new Error(err)
}
@@ -84,7 +84,7 @@ const getStars = async() => {
}))
fs.writeFileSync(`${destinationFolder}/stars.js`, JSON.stringify(stripped))
- console.log('stars-file created succesfully!')
+ console.log('stars-file created successfully!')
} catch (err) {
throw new Error(err)
}