From 49af6972395051184d0a9781b2b0e85daa015b28 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Sun, 20 Aug 2017 18:11:29 +0200 Subject: [PATCH] Typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5601b7..6f434cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ _None_ * Added the `basename` and `dirname` string filters for getting a filename, or parent folder (respectively), out of a path. [David Jennes](https://github.com/djbe) [#60](https://github.com/SwiftGen/StencilSwiftKit/pull/60) -* Modify the `swiftIdentifier` string filter to accept an optional "pretty" mode, to also apply the `snakeToCamelCase` filter and other manipulations if needed for a "prettier" but still valid identifier +* Modify the `swiftIdentifier` string filter to accept an optional "pretty" mode, to also apply the `snakeToCamelCase` filter and other manipulations if needed for a "prettier" but still valid identifier. [David Jennes](https://github.com/djbe) [#61](https://github.com/SwiftGen/StencilSwiftKit/pull/61)