diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html
index daa1501..11c7fa1 100755
--- a/experiments/outline-editor/index.html
+++ b/experiments/outline-editor/index.html
@@ -149,7 +149,7 @@ var setup = function(){
- _plugin will need to get the call context -- can be called when handling for view or code_
- `.parseBlockAttrs(..)` render (code) attrs in data but not in code...
- do we need `.__code_attrs__` / `.__view_attrs__`???
- - handle attr delete correctly -- i.e. sown attr removed from code -> delete attr...
+ - handle attr delete correctly -- i.e. if shown attr removed from code -> delete attr...
- BUG? can't set `''` as attr value -- parser??
- TOC: tweaking: add args like depth, ... -- as attributes...
- TOC: should it be persistently generated as code and be serializable?