Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion docs/tips/009_tips_using_bootswatch_themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:''});
Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down