You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2018/01/26 13:42:17 UTC

svn commit: r1822294 - /velocity/site/cms/trunk/content/tools/devel/tools-summary.mdtext

Author: cbrisson
Date: Fri Jan 26 13:42:16 2018
New Revision: 1822294

URL: http://svn.apache.org/viewvc?rev=1822294&view=rev
Log:
[site] Fix typo in tools summary

Modified:
    velocity/site/cms/trunk/content/tools/devel/tools-summary.mdtext

Modified: velocity/site/cms/trunk/content/tools/devel/tools-summary.mdtext
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/tools/devel/tools-summary.mdtext?rev=1822294&r1=1822293&r2=1822294&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/tools/devel/tools-summary.mdtext (original)
+++ velocity/site/cms/trunk/content/tools/devel/tools-summary.mdtext Fri Jan 26 13:42:16 2018
@@ -12,7 +12,7 @@ You will find here a summary of all the
 + [`$class` - ClassTool](#ClassTool),
 + [`$context` - ContextTool](#ContextTool),
 + [`$convert` - ConversionTool](#ConversionTool),
-+ [`$date` - ComparisonDateTool](#ComparisonDateDool),
++ [`$date` - ComparisonDateTool](#ComparisonDateTool),
 + [`$disp` - DisplayTool](#DisplayTool),
 + [`$esc` - EscapeTool](#EscapeTool),
 + [`$field` - FieldTool](#FieldTool),
@@ -114,7 +114,7 @@ You will find here a summary of all the
 `config.timezone` = [ JVM timezone ] | time zone
 `$date` | returns the current date and time formatted with the default format
 `$date.format(` [ *format*, ] *object* [ , *locale* [ ,*timezone* ] ] `)` | formats the specified object
-`$date.get(` *format* `)` | returns the current date and time formatted using hte given format
+`$date.get(` *format* `)` | returns the current date and time formatted using the given format
 `$date.get(` *date style*, *time style* `)` | returns the current date and time formatted using given styles, where each style is one of `full`, `long`, `medium`, `short`, `default`
 `$date.day` | current day in month
 `$date.month` | current month (warning: zero-based!)