Skip to content

Commit 7d2e2c0

Browse files
author
Maxime Mangel
committed
Fix typos based on Alfonso feedbacks
1 parent 9ec3dd3 commit 7d2e2c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ Choose one or more of the following tags:
7272
- `fable-all`: Package is compatible with all Fable targets.
7373

7474
:::warning
75-
A package can only be compatible with all the target if it depends only packages that are also compatible with all the targets.
75+
A package can be compatible with all targets if it depends only on packages that are also compatible with all targets.
7676

77-
A package compatible with all the targets cannot be a binding as bindings are target specific.
77+
A package compatible with all targets cannot be a binding, as these are target-specific.
7878
:::
7979

8080
Example:
8181

82-
If your package support only JavaScript you need to use `fable-javascript`
82+
If your package supports only JavaScript you need to use `fable-javascript`
8383

84-
If your package support both JavaScript and Python, you need to use `fable-javascript` and `fable-python`
84+
If your package supports both JavaScript and Python, you need to use `fable-javascript` and `fable-python`
8585

8686
</li>
8787

@@ -96,7 +96,7 @@ If your package is a binding which target JavaScript you need to write:
9696
<PackageTags>fable;fable-binding;fable-javascript</PackageTags>
9797
```
9898

99-
If your package is a library which target JavaScript and Python you need to write:
99+
If your package is a library which targets JavaScript and Python you need to write:
100100

101101
```xml
102102
<PropertyGroup>
File renamed without changes.

docs/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@import "./../node_modules/bulma/sass/utilities/derived-variables";
66

7-
@import "./scss/bulma/custom_derived_varibales.scss";
7+
@import "./scss/bulma/custom_derived_variables.scss";
88
$tabs-border-bottom-width: 2px;
99
// Code blocks have strong shadow so we need to add some margin
1010
$content-block-margin-bottom: 1.25rem;

0 commit comments

Comments
 (0)