Fix some spelling errors (#5)

This commit is contained in:
Robert Linde
2017-10-04 10:12:53 +02:00
committed by Benedikt Rötsch
parent e773c8b32d
commit 01fd3cc9b3
8 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
const express = require('express')
const router = express.Router()
/* GET courses listing. */
/* GET categories listing. */
router.get('/', function (req, res, next) {
res.render('categories', { title: 'Categories' })
})