diff --git a/includes/wf2-md.md b/includes/wf2-md.md
deleted file mode 100644
index ffd4b425ff7..00000000000
--- a/includes/wf2-md.md
+++ /dev/null
@@ -1 +0,0 @@
-Windows Workflow Foundation
\ No newline at end of file
diff --git a/xml/System.Activities.Presentation/WorkflowElementDialog.xml b/xml/System.Activities.Presentation/WorkflowElementDialog.xml
index ec503b56904..30f87c33a2e 100644
--- a/xml/System.Activities.Presentation/WorkflowElementDialog.xml
+++ b/xml/System.Activities.Presentation/WorkflowElementDialog.xml
@@ -18,7 +18,7 @@
is a base type providing a set of methods and services that enable a dialog box to be displayed on the designer surface in a modal fashion in order to obtain input from a user. Examples of this in [!INCLUDE[wf2](~/includes/wf2-md.md)] include the dynamic argument designer that enables dynamic arguments to be manipulated and the case editor. Custom activity designer authors are encouraged to use the rather than their own dialog mechanisms to provide a common way to handle this display.
+ The is a base type providing a set of methods and services that enable a dialog box to be displayed on the designer surface in a modal fashion in order to obtain input from a user. Examples of this in Windows Workflow Foundation include the dynamic argument designer that enables dynamic arguments to be manipulated and the case editor. Custom activity designer authors are encouraged to use the rather than their own dialog mechanisms to provide a common way to handle this display.
]]>
diff --git a/xml/System.Activities/Argument.xml b/xml/System.Activities/Argument.xml
index a5480c89ad0..39dd782b77e 100644
--- a/xml/System.Activities/Argument.xml
+++ b/xml/System.Activities/Argument.xml
@@ -134,7 +134,7 @@
value. Set to a value greater or equal to zero to specify an evaluation order for this argument. [!INCLUDE[wf2](~/includes/wf2-md.md)] evaluates arguments with a specified evaluation order in ascending order. Note that arguments with an unspecified evaluation order are evaluated before those with a specified evaluation order.
+ By default, the evaluation order of the argument is unspecified and is equal to the value. Set to a value greater or equal to zero to specify an evaluation order for this argument. Windows Workflow Foundation evaluates arguments with a specified evaluation order in ascending order. Note that arguments with an unspecified evaluation order are evaluated before those with a specified evaluation order.
]]>