From 0eef1a2e5b006c76f3900acb14e6458ee6487945 Mon Sep 17 00:00:00 2001 From: haegelixatwork <111344732+haegelixatwork@users.noreply.github.com> Date: Fri, 31 May 2024 09:04:55 +0200 Subject: [PATCH] Fixed a typo --- src/Docusaurus/docs/tools/preprocessor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Docusaurus/docs/tools/preprocessor.md b/src/Docusaurus/docs/tools/preprocessor.md index c23d647e..41308620 100644 --- a/src/Docusaurus/docs/tools/preprocessor.md +++ b/src/Docusaurus/docs/tools/preprocessor.md @@ -244,4 +244,4 @@ The preprocessor supports the following functions: $(fun.AutoVersion(x.y)) ``` -Gets an auto generated version number using the same scheme as .NET AssemblyVersion attribute. The parameters x.y specify the major and minor verion number. The build number is set to the number of days since 1/1/2000 and revision to the number of seconds since midnight divided by 2. Both values are calculated using UTC. +Gets an auto generated version number using the same scheme as .NET AssemblyVersion attribute. The parameters x.y specify the major and minor version number. The build number is set to the number of days since 1/1/2000 and revision to the number of seconds since midnight divided by 2. Both values are calculated using UTC.