Skip to content

Commit e2156d6

Browse files
committed
fix punctuation
1 parent a96ec56 commit e2156d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-deep-dive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $('#summernote').summernote({
197197
});
198198
{% endhighlight %}
199199

200-
Summernote automatically populates the font dropdown with the available fonts that are given on `fontNames` option. This includes the font set on the current dom element. If you only want to display a specific list of fonts on the dropdown. You can set the `addDefaultFonts` option to `false` along with the `fontNames` option. Example settings below will only add Arial and Arial Black fonts to the dropdown.
200+
Summernote automatically populates the font dropdown with the available fonts that are given on `fontNames` option. This includes the font set on the current dom element. If you only want to display a specific list of fonts on the dropdown, you can set the `addDefaultFonts` option to `false` along with the `fontNames` option. Example settings below will only add Arial and Arial Black fonts to the dropdown.
201201

202202
{% highlight javascript %}
203203
$('#summernote').summernote({

0 commit comments

Comments
 (0)