Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit f31d302

Browse files
haegelixatworkbarnson
authored andcommitted
Fixed a typo
1 parent 4696a23 commit f31d302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docusaurus/docs/tools/preprocessor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ The preprocessor supports the following functions:
244244
$(fun.AutoVersion(x.y))
245245
```
246246

247-
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.
247+
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.

0 commit comments

Comments
 (0)