From 7164a7e92d4ea7695d4d80ca099f12debbc4fa29 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Fri, 4 Aug 2023 20:17:12 +0200 Subject: [PATCH] typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7a9b0..edd2a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. ### Added -- autobobble option for `listings`, which automaticly determins the indentation width and gooble it up, removing the need to put `gobble=n` manually +- autogobble option for `listings`, which automaticly determins the indentation width and gooble it up, removing the need to put `gobble=n` manually every time. (#8) - `todos` class-option. Loads the `todos` package if present but also redefines its commands to have no effect when this option is omitted. Also changes the margins to make space for the todo-notes. @@ -61,7 +61,7 @@ All notable changes to this project will be documented in this file. ## [1.1] - 2021-04-22 -This version provides mostly minor fixed and upgrades. +This version provides mostly minor fixed and upgrades. **IMPORTANT:** the `personal.tex` has been removed ### Added -- GitLab