diff --git a/doc/development/frontend.md b/doc/development/frontend.md
index 5922f15adacc482def86b566b8b0de79f91929e9..f79bd23dc90e1a409127fadd46df934b776cdec7 100644
--- a/doc/development/frontend.md
+++ b/doc/development/frontend.md
@@ -319,7 +319,7 @@ the file extension. Examples of unsupported JavaScript features are:
 - Generators
 - Array destructuring
 - For Of
-- Symbol/Symbol.iterator]
+- Symbol/Symbol.iterator
 - Spread
 
 Until these are polyfilled or transpiled appropriately, they should not be used. 
@@ -355,7 +355,7 @@ end
 ```
 
 In Spinach, the JavaScript driver is enabled differently. In the `*.feature` 
-file for the failing spec, add the @javascript flag above the Scenario: 
+file for the failing spec, add the `@javascript` flag above the Scenario: 
 
 ```
 @javascript