Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and florianfesti committed Aug 7, 2024
1 parent 69c2662 commit 61be937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boxes/generators/wallrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self):
self.argparser.add_argument(
"--side_edges", action="store",
type=ArgparseEdgeType("Fh"), choices=list("Fh"),
default="h", help="edge type holding the shelfs together")
default="h", help="edge type holding the shelves together")
self.argparser.add_argument(
"--flat_bottom", type=boolarg, default=False, help="Make bottom Flat, so that the rack can also stand")

Expand Down
2 changes: 1 addition & 1 deletion documentation/src/api_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and implement .render() that does the actual drawing.

Generators are found in ``boxes/generators/``. They are included into
the web UI and the CLI tool by the name of their class. So whenever
you copy either an existing generator or the sceleton in
you copy either an existing generator or the skeleton in
``boxes/generators/_template.py`` you need to change the name of the
main class first.

Expand Down
2 changes: 1 addition & 1 deletion documentation/src/api_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ calculations needed are a bit more tricky. You can use the ``debug``
default param to check if you got things right when attempting
something like this yourself.

Note that the front walls and the shelfs form a 90° angle so they work
Note that the front walls and the shelves form a 90° angle so they work
with the default FingerJoints.

BinTray
Expand Down

0 comments on commit 61be937

Please sign in to comment.