Skip to content

Commit e8b232a

Browse files
authored
lint
1 parent 839c343 commit e8b232a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nbconvert/exporters/slides.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,17 +172,17 @@ def _reveal_url_prefix_default(self):
172172
"",
173173
help="""
174174
width used to determine the aspect ratio of your presentation.
175-
Use the horizontal pixels available on your inteded presentation
176-
equpment.
175+
Use the horizontal pixels available on your intended presentation
176+
equipment.
177177
""",
178178
).tag(config=True)
179179

180180
reveal_height = Unicode(
181181
"",
182182
help="""
183183
height used to determine the aspect ratio of your presentation.
184-
Use the horizontal pixels available on your inteded presentation
185-
equpment.
184+
Use the horizontal pixels available on your intended presentation
185+
equipment.
186186
""",
187187
).tag(config=True)
188188

0 commit comments

Comments
 (0)