Minor typo

This commit is contained in:
Mark Bools 2024-08-24 18:50:31 +01:00
parent 4d5044a4ee
commit 3a7d376e95

View File

@ -1,4 +1,3 @@
+++ +++
title = "Foundry VTT Ground Up Part 1" title = "Foundry VTT Ground Up Part 1"
date = 2024-08-21T09:00:00Z date = 2024-08-21T09:00:00Z
@ -19,5 +18,5 @@ In this first installment we look at:
* A lightning fast tour of the standard interface * A lightning fast tour of the standard interface
* Add Users/Players * Add Users/Players
* Create an empty Scene * Create an empty Scene
* Create Actors (player chearacters) and let Players access them * Create Actors (player characters) and let Players access them
* Create Tokens to represent Actors on our Scenes * Create Tokens to represent Actors on our Scenes