Skip to content

Commit 267794c

Browse files
Update README.md
1 parent 836306d commit 267794c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Console.WriteLine(result);
9292
```
9393

9494
#### Debugging
95-
Compile template with ```IncludeDebuggingInfo()``` option and call ```EnableDebugging()``` before running template. If template was compiled with ```IncludeDebuggingInfo()``` option, saveing and loading will keep original template source code and pdb.
95+
Compile template with ```IncludeDebuggingInfo()``` option and call ```EnableDebugging()``` before running template. If template was compiled with ```IncludeDebuggingInfo()``` option, saving and loading will keep original template source code and pdb.
9696
```cs
9797
IRazorEngineCompiledTemplate template2 = razorEngine.Compile(templateText, builder =>
9898
{

0 commit comments

Comments
 (0)