Minor doc fixes

This commit is contained in:
Bryan Ashby 2020-11-20 18:54:55 -07:00
parent 6ffc460dbd
commit 633e4498e0
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ Given the default menu system, two "pre" new user application menus exist due to
First, let's create a new menu for the NUP: First, let's create a new menu for the NUP:
```hjson ```hjson
newUserPassword: { newUserPassword: {
art: nup.ans art: NUP.ANS
next: newUserApplication next: newUserApplication
desc: NUP! desc: NUP!
@ -306,7 +306,7 @@ Looks like we'll need a `badNewUserPassword` menu as well! Let's create a very b
```hjson ```hjson
badNewUserPassword: { badNewUserPassword: {
art: badnup.ans art: LAMER.ANS
// here we use a built in system method to boot them. // here we use a built in system method to boot them.
next: @systemMethod:logoff next: @systemMethod:logoff
config: { config: {