Skip to content
Prev Previous commit
Next Next commit
typo: folling -> following
  • Loading branch information
dmadisetti committed Nov 24, 2025
commit a834b43318dacd738a4590b6fd740dfe42ff4fa9
4 changes: 2 additions & 2 deletions examples/outputs/conditional_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def _(checkbox):
@app.cell(hide_code=True)
def _(mo):
mo.md("""
The folling cell would **not** show anything, since an if statement does not
have a value:
The following cell would **not** show anything, since an if statement does
not have a value:

```python
# Intentionally demonstrates that if statements don't display expressions
Expand Down
Loading