Skip to content

Commit

Permalink
Merge pull request #13 from pimoroni/hel-config-fix
Browse files Browse the repository at this point in the history
Few tiny fixes
  • Loading branch information
Gadgetoid authored Oct 11, 2022
2 parents bba8abc + e121428 commit 996ead0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ assuming the correctness of incoming requests.
---

## Function reference

### server module

The `server` module provides all functionality for running a web server with
Expand Down Expand Up @@ -307,7 +307,7 @@ or
</div>
```

While a bit unweildy this methods works. An alternative would be to select the appropriate
While a bit unwieldy this methods works. An alternative would be to select the appropriate
value in your handler and simply pass it into the template as a parameter however that
would mean having some of your copy embedded into your Python code rather than all of it
in one place in the template file.
Expand Down
2 changes: 1 addition & 1 deletion examples/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# following two lines to it:
#
# WIFI_SSID = "<ssid>"
# WIFI_PASSWORD "<password>"
# WIFI_PASSWORD = "<password>"
#
# with your wifi details instead of <ssid> and <password>.

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# following two lines to it:
#
# WIFI_SSID = "<ssid>"
# WIFI_PASSWORD "<password>"
# WIFI_PASSWORD = "<password>"
#
# with your wifi details instead of <ssid> and <password>.

Expand Down

0 comments on commit 996ead0

Please sign in to comment.