Skip to content

Commit 1ea64f3

Browse files
committed
[#3679] Fixed grammar
1 parent 7f2fcc9 commit 1ea64f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/sphinx/arm/classify.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ value is obtained is determined as explained in the previous paragraphs.
12301230
Option Class-Tagging
12311231
====================
12321232

1233-
Option class-tagging allows an option value to conditionally applied
1233+
Option class-tagging allows an option value to be conditionally applied
12341234
to the response based on the client's class membership. The effect is
12351235
similar to using an if-block in ISC DHCP to conditionally include
12361236
options at a given scope. Class-tagging is done by specifying a list of
@@ -1284,14 +1284,14 @@ before the response is to be sent to the client.
12841284

12851285
When ``never-send`` for an option is true at any scope, all
12861286
``client-classes`` entries for that option are ignored. The
1287-
option will not included.
1287+
option will not be included.
12881288

12891289
When ``always-send`` is true at any scope, the option will be
12901290
included unless, the option determined by scope specifies
12911291
a ``client-classes`` list that does not contain any of the
12921292
client's classes.
12931293

1294-
Otherwise, An option requested by the client will be included in
1294+
Otherwise, an option requested by the client will be included in
12951295
the response if the option either does not specify ``client-classes``
12961296
or the client belongs to at least one of the classes in ``client-classes``.
12971297

0 commit comments

Comments
 (0)