Skip to content

Commit 28d82b4

Browse files
committed
Fixed typos
1 parent 02e636f commit 28d82b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nlcd_demo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def app():
2222
# Create a layout containing two columns, one for the map and one for the layer dropdown list.
2323
row1_col1, row1_col2 = st.columns([3, 1])
2424

25-
# Create an inteactive map
25+
# Create an interactive map
2626
Map = geemap.Map()
2727

28-
# Select the seven NLCD epoches after 2000.
28+
# Select the seven NLCD epochs after 2000.
2929
years = ["2001", "2004", "2006", "2008", "2011", "2013", "2016"]
3030

3131
# Add a dropdown list and checkbox to the second column.

0 commit comments

Comments
 (0)