Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#1127 from nschonni/double-for
Browse files Browse the repository at this point in the history
typo: Double word "for"
  • Loading branch information
mijacobs authored Dec 4, 2018
2 parents 7d44762 + 6d5edaa commit 19e1eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private async Task InitializeCameraAsync()
// </SnippetInitializeCameraAsync>

/// <summary>
/// Starts the preview and adjusts it for for rotation and mirroring after making a request to keep the screen on
/// Starts the preview and adjusts it for rotation and mirroring after making a request to keep the screen on
/// </summary>
/// <returns></returns>
// <SnippetStartPreviewAsync>
Expand Down
2 changes: 1 addition & 1 deletion windows-apps-src/design/input/handle-pointer-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ private void Target_PointerExited(object sender, PointerRoutedEventArgs e)
```csharp
/// <summary>
/// The pointer canceled event handler.
/// Fires for for various reasons, including:
/// Fires for various reasons, including:
/// - Touch contact canceled by pen coming into range of the surface.
/// - The device doesn't report an active contact for more than 100ms.
/// - The desktop is locked or the user logged off.
Expand Down

0 comments on commit 19e1eff

Please sign in to comment.