Skip to content

Commit 1e4a91b

Browse files
committed
typo fixes
1 parent ec72231 commit 1e4a91b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

OUTLINE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ This course will focus on building a real micro-blogging app; **SoapBox**, based
2929
3030
### 1. Course Introduction
3131

32-
- [] Introductions
32+
- [ ] Introductions
3333
- Software Pre-Requisites
3434
- Course Expectations
3535
- How many have used ColdBox/MVC before?
3636
- How many have used BDD/TDD approaches before?
3737

3838
### 2. App Skeleton
3939

40-
- [] Scaffold our application
40+
- [ ] Scaffold our application
4141
- Configure the Test Harness
4242
- Run our initial tests
4343
- CommandBox Test Watchers

soapbox/views/partials/footer.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
title="Debug Mode"
2727
>
2828
<i class="bi bi-bug"></i>
29-
#isDebugMode()#
29+
#inDebugMode()#
3030
</span>
3131

3232
<span

steps/step-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Now let's add a few badges to our footer so it can assist us during development.
100100
</footer>
101101
```
102102

103-
* Where does the methods `getSetting(), isDebugMode(), getIsoTime()` method come from?
103+
* Where does the methods `getSetting(), inDebugMode(), getIsoTime()` method come from?
104104
* Go back again to the UML Diagram of Major Classes (https://coldbox.ortusbooks.com/the-basics/models/super-type-usage-methods)
105105
* Visualize the labels
106106

steps/step-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Our layout should end up like this:
160160
title="Debug Mode"
161161
>
162162
<i class="bi bi-bug"></i>
163-
#isDebugMode()#
163+
#inDebugMode()#
164164
</span>
165165

166166
<span

0 commit comments

Comments
 (0)