Skip to content

Commit

Permalink
typo single vs simple
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Cooper-Dale committed Jan 8, 2022
1 parent 17cc02e commit 5d38aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/display/index.rst
Expand Up @@ -452,7 +452,7 @@ And then later in code:
- id: page1
lambda: |-
// Draw the graph at position [x=10,y=20]
it.graph(10, 20, id(simple_temperature_graph));
it.graph(10, 20, id(single_temperature_graph));
- id: page2
lambda: |-
// Draw the graph at position [x=10,y=20]
Expand Down

0 comments on commit 5d38aca

Please sign in to comment.