Skip to content

Commit

Permalink
fixed typos (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeymac authored Aug 27, 2024
1 parent a9a7143 commit 6ba7815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tethys_sdk/paths.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The method for obtaining Tethys paths in controllers is to use the following arg
* ``app_media``
* ``user_media``
* ``app_public``
* ``app_resouces``
* ``app_resources``

When you specify the argument in the ``controller`` decorator you must also specify the argument in the controller function itself as this is how the path will be passed to the controller function:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/google_earth_engine/part_2/home_page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ In this step we'll add a the title and some filler content to the About panel of
6. Create Resources Panel Content
=================================

In this step we'll add the content to the Resources panel of the home page. The Resouces panel needs to contain a list of links to external resources related to our app.
In this step we'll add the content to the Resources panel of the home page. The Resources panel needs to contain a list of links to external resources related to our app.

1. Add the title, "Resources", to the ``<div>`` element with id ``resources-container``. Again, use the ``info-title`` class on the title element.

Expand Down

0 comments on commit 6ba7815

Please sign in to comment.