Skip to content

Commit 97ca160

Browse files
Updated automatic rotation and scaling description (#86)
1 parent d17ab3c commit 97ca160

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains the documentation for MonoGame.
44

5-
## Building Form Source
5+
## Building From Source
66

77
The MonoGame website is built using the .NET tool [DocFX](https://dotnet.github.io/docfx/) to generate the base MonoGame documentation and the API reference documentation. This means you will need the following prerequisites to build locally from source
88

Diff for: articles/getting_to_know/howto/HowTo_AutomaticRotation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to manage automatic rotation and scaling
3-
description: A walkthrough what is involved in figuring out if two objects collide for MonoGame!
3+
description: Demonstrates how to manage rotation and scaling based on device orientation.
44
requireMSLicense: true
55
---
66

Diff for: articles/getting_to_know/howto/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This section details some of the operational aspects of running a MonoGame game.
4343

4444
* [How to manage automatic rotation and scaling](HowTo_AutomaticRotation.md)
4545

46-
A walkthrough what is involved in figuring out if two objects collide for MonoGame!
46+
Demonstrates how to manage rotation and scaling based on device orientation.
4747

4848
* [How to exit a Game Immediately](HowTo_ExitNow.md)
4949

0 commit comments

Comments
 (0)