Skip to content

Commit b872536

Browse files
typo: expirience => experience
1 parent c985167 commit b872536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/configuration and Input.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ do
8585
(**
8686
### External *.sql file
8787
88-
An ability to use external \*.sql file instead of inline strings can improve developement expirience.
88+
An ability to use external \*.sql file instead of inline strings can improve developement experience.
8989
Visual Studio has rich tooling support for *.sql files. (via SQL Server Data Tools)
9090
9191
<img src="img/sql_file_As_CommandText_1.png"/>
@@ -385,7 +385,7 @@ do
385385
### Stored procedures
386386
387387
Command types generated by `SqlProgrammabilityProvider<...>` largely have same interface with exceptions:
388-
There is no static Create factory method because intellisense issue doesn’t exist for these types
388+
There is no static Create factory method because intellisense issue doesn’t exist for these types
389389
There is additional ExecuteSingle/ AsyncExecuteSingle to opt-in for singleton result set.
390390
*)
391391

@@ -445,4 +445,4 @@ of affected records it returns F# list of records.
445445
Notice that list is data structure as oppose to lazy evaluated seq<_> computation.
446446
This caused by a fact Sql Server + ADO.NET populates output parameter only after row set reader is closed.
447447
See [http://stackoverflow.com/questions/65662/output-parameters-not-readable-when-used-with-a-datareader].
448-
*)
448+
*)

0 commit comments

Comments
 (0)