diff --git a/output/info202_labs.html b/output/info202_labs.html
index c36fd6e..260e1d1 100644
--- a/output/info202_labs.html
+++ b/output/info202_labs.html
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e85c05a5825b348ef8159d085cad287505b8d6dc211aaa188279a88a93115cc2
-size 4788294
+oid sha256:f94e3858c90ce28b6b747d13ef18a5f9207318f3664035cf3f8605f52e804cb9
+size 4788293
diff --git a/tiddlers/content/labs/lab08/_Labs_08_Updating Students - Storing the Selected Student.md b/tiddlers/content/labs/lab08/_Labs_08_Updating Students - Storing the Selected Student.md
index 8c64203..138c8fc 100644
--- a/tiddlers/content/labs/lab08/_Labs_08_Updating Students - Storing the Selected Student.md
+++ b/tiddlers/content/labs/lab08/_Labs_08_Updating Students - Storing the Selected Student.md
@@ -29,7 +29,7 @@
},
- plugins: [window.createPersistedState({storage: window.sessionStorage})];
+ plugins: [window.createPersistedState({storage: window.sessionStorage})]
});
```