Skip to content

Commit

Permalink
Add dash to guide extent settings description
Browse files Browse the repository at this point in the history
  • Loading branch information
firai committed Oct 16, 2023
1 parent 56b468a commit 4456499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
title: 'Guide extent',
enum: ['Full scope', 'Code only'],
description:
'How far the indentation guides extend. "Full scope" means guides extend down the full height of a scope. "Code only" means guides terminate at the last nonempty line in a scope.'
'How far the indentation guides extend. "Full scope" means guides extend down the full height of a scope. "Code only" means guides terminate at the last non-empty line in a scope.'
},
thickness: {
type: 'number',
Expand Down

0 comments on commit 4456499

Please sign in to comment.