Skip to content

Commit 00d5eaa

Browse files
committed
Cleaned up spelling (again).
1 parent 375ebac commit 00d5eaa

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.spell-dict

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,5 @@ inline
120120
wiki
121121
JavaScript
122122
plugin
123-
plugins
123+
plugins
124+
configs

docs/release-2.6.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The same applies to the command line:
9292

9393
$ python -m markdown -x markdown.extensions.extra input.txt
9494

95-
Similarly, if you have used a third party extension (eg: `mdx_math`), previously
95+
Similarly, if you have used a third party extension (for example `mdx_math`), previously
9696
you might have called it like this:
9797

9898
markdown.markdown(text, extensions=['math'])
@@ -107,7 +107,7 @@ Extension authors will want to update their documentation to reflect the new beh
107107
See the [documentation](reference.html#extensions) for a full explanation
108108
of the current behavior.
109109

110-
### Extension Configs as Part of Extension Name Deprecated
110+
### Extension Configuration as Part of Extension Name Deprecated
111111

112112
The previously documented method of appending the extension configuration options as
113113
a string to the extension name is deprecated and will raise a
@@ -131,7 +131,7 @@ statements accordingly (`from markdown.extensions.toc import slugify, unique`).
131131

132132
[hid]: extensions/header_id.html
133133

134-
### `configs` Keyword Deprecated
134+
### The `configs` Keyword is Deprecated
135135

136136
Positional arguments and the `configs` keyword on the `markdown.extension.Extension` class
137137
(and its subclasses) are deprecated. Each individual configuration option should be passed
@@ -204,7 +204,7 @@ Alternatively, if the `yaml` option is set, then the data is parsed as YAML.
204204
[Meta-Data]: extensions/meta_data.html
205205
[YAML]: http://yaml.org/
206206

207-
### TOC Extension Refactored
207+
### Table of Contents Extension Refactored
208208

209209
The [Table of Contents][TOC] Extension has been refactored and some new features
210210
have been added. See the documentation for a full explanation of each feature

0 commit comments

Comments
 (0)