1
0
Fork 0

fix(markdown) Fix typos

This commit is contained in:
Benjamin Fan 2024-01-21 11:16:40 -08:00
parent 78925133f4
commit 4d404dd3cc
57 changed files with 76 additions and 78 deletions

View file

@ -1,7 +1,7 @@
---
title: cutlist.setCutOnFold()
---
The `cutlist.setCutOnFold()` method will take two points to determin the cut on fold line.
The `cutlist.setCutOnFold()` method will take two points to determine the cut on fold line.
This method is called internally by [the `cutonfold` macro](/reference/macros/cutonfold) to store information for cutting layout tools.
In other words, you typically have no reason to call this method manually.

View file

@ -2,7 +2,7 @@
title: cutlist.setGrain()
---
The `store.cutlist.setGrain()` method will take an angle to determin the grainline.
The `store.cutlist.setGrain()` method will take an angle to determine the grainline.
This method is called internally by [the `grainline` macro](/reference/macros/grainline).
to store information for cutting layout tools.

View file

@ -6,7 +6,7 @@ Store methods are typically provided by plugins and attached to
the store to make them available during the drafting process.
Some of FreeSewing's core library functionality is implemented
as store methods to allow plugins to override this functinoality.
as store methods to allow plugins to override this functionality.
Examples include log handling and pattern layout algorithm.
All store methods below are either provided by plugins we maintain,

View file

@ -17,7 +17,7 @@ is on or off respectively.
undefined Store.flag.preset(string preset)
```
Since these methods are not part of FreeSewing's core API, what you pass to this method does depend on your own implemntation.
Since these methods are not part of FreeSewing's core API, what you pass to this method does depend on your own implementation.
The example above is from our implementation, which uses the following properties:
## Configuration