diff --git a/docs/tests-and-qa/dependency-vulnerabities-check.mdx b/docs/tests-and-qa/dependency-vulnerabilities-check.mdx similarity index 99% rename from docs/tests-and-qa/dependency-vulnerabities-check.mdx rename to docs/tests-and-qa/dependency-vulnerabilities-check.mdx index c53bfdff2..e94cf2859 100644 --- a/docs/tests-and-qa/dependency-vulnerabities-check.mdx +++ b/docs/tests-and-qa/dependency-vulnerabilities-check.mdx @@ -1,6 +1,6 @@ --- title: Dependency Vulnerabilities Check -slug: /dependency-vulnerabities-check/ +slug: /dependency-vulnerabilities-check/ last_update: date: 2018-09-15T19:00:00-00:00 --- diff --git a/docs/tips/009_tips_using_bootswatch_themes.mdx b/docs/tips/009_tips_using_bootswatch_themes.mdx index 0060c4cb5..f15f65f1a 100644 --- a/docs/tips/009_tips_using_bootswatch_themes.mdx +++ b/docs/tips/009_tips_using_bootswatch_themes.mdx @@ -74,7 +74,7 @@ Add the below controller as `bootswatch.controller.js` under `webapp/app/compone angular.module('yourApp') .controller('BootswatchController', function ($scope, BootSwatchService) { - /*Get the list of availabel bootswatch themes*/ + /*Get the list of available bootswatch themes*/ BootSwatchService.get().then(function(themes) { $scope.themes = themes; $scope.themes.unshift({name:'Default',css:''}); diff --git a/sidebars.ts b/sidebars.ts index ba5de9209..7469e079e 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -273,7 +273,7 @@ const sidebars: SidebarsConfig = { { type: 'doc', label: 'Dependency Vulnerabilities Check', - id: 'tests-and-qa/dependency-vulnerabities-check', + id: 'tests-and-qa/dependency-vulnerabilities-check', }, { type: 'category',