fix(markdown) Fix typos
This commit is contained in:
parent
78925133f4
commit
4d404dd3cc
57 changed files with 76 additions and 78 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue