Skip to content

Commit e535f61

Browse files
Merge pull request #253 from mrlacey/live
correct "using statement" to "using directive"
2 parents b0f709b + f7b3afd commit e535f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/animations/Expressions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Welcome to the ExpressionBuilder classes! The ExpressionBuilder classes are a C#
7676

7777
## <a name="setting-up-the-expressionbuilder-classes-with-your-app"></a>Setting up the ExpressionBuilder classes with your app
7878

79-
To use the ExpressionBuilder in your app, add the Microsoft.Toolkit.Uwp.UI.Animations nuget package to your project. Next, within your app project, make sure to add the using statement to leverage the ExpressionBuilder classes:
79+
To use the ExpressionBuilder in your app, add the Microsoft.Toolkit.Uwp.UI.Animations nuget package to your project. Next, within your app project, make sure to add the using directive to leverage the ExpressionBuilder classes:
8080

8181
```csharp
82-
using Microsoft.Toolkit.Uwp.UI.Animations.Expressions;
82+
using Microsoft.Toolkit.Uwp.UI.Animations.Expressions;
8383
```
8484

8585
Once you have the nuget package added to your project, you are all set to start using the ExpressionBuilder classes!

0 commit comments

Comments
 (0)