Skip to content

Commit d0bcca7

Browse files
committed
fix typo
1 parent 9664cd5 commit d0bcca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v4-recipes/build/add-build-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dotnet new console -lang f# -n Build -o .
2020

2121
Open the project you just created in your IDE and rename the module it contains from `Program.fs` to `Build.fs`.
2222

23-
This renaming is't explicitly necessary, however it keeps your solution consistent with other SAFE apps and is a better name for the file really.
23+
This renaming isn't explicitly necessary, however it keeps your solution consistent with other SAFE apps and is a better name for the file really.
2424

2525
> If you just rename the file directly rather than in your IDE, then the Build project won't be able to find it unless you edit the Build.fsproj file as well
2626

0 commit comments

Comments
 (0)