Skip to content

Commit 81079fc

Browse files
author
Maxime Mangel
authored
Fix typo + Rewords
1 parent 4515b22 commit 81079fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/your-fable-project/author-a-fable-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To write a library that can be used in Fable you need to fulfill a few condition
3535

3636
```xml
3737
<ItemGroup>
38-
<!-- You your F# code is included because of the previous code, so you only need to ensure the .js files are included as well -->
38+
<!-- Your F# code is already included because of the previous rules, so you only need to ensure the .js files are included as well -->
3939
<Content Include="**/*.js" Exclude="**\*.fs.js" PackagePath="fable/%(RelativeDir)%(Filename)%(Extension)" />
4040
</ItemGroup>
4141
```
@@ -48,7 +48,7 @@ In order to publish the package to Nuget check [the Microsoft documentation](htt
4848

4949
## Make your package usable by others
5050

51-
In addition to the source files, there are a few things you should to to make your package easier to consume by others. Adding these items will improve the development experience for your users inside their editors,
51+
In addition to the source files, there are a few things you should do to make your package easier to consume by others. Adding these items will improve the development experience for your users inside their editors,
5252
specifically enabling Go To Definition (F12 in most editors) to work on your library's code.
5353

5454
```xml

0 commit comments

Comments
 (0)