3894ef8c by Gary Katsevman

add some punctuation

1 parent 55986fa3
...@@ -64,8 +64,8 @@ segments live on. This has some implications on CORS because when set, the ...@@ -64,8 +64,8 @@ segments live on. This has some implications on CORS because when set, the
64 `Access-Control-Allow-Origin` header cannot be set to `*`, also, the response 64 `Access-Control-Allow-Origin` header cannot be set to `*`, also, the response
65 headers require the addition of `Access-Control-Allow-Credentials` header which 65 headers require the addition of `Access-Control-Allow-Credentials` header which
66 is set to `true`. 66 is set to `true`.
67 See [html5rocks's article](http://www.html5rocks.com/en/tutorials/cors/) 67 See html5rocks's [article](http://www.html5rocks.com/en/tutorials/cors/)
68 for more info 68 for more info.
69 69
70 ### Runtime Properties 70 ### Runtime Properties
71 #### player.hls.master 71 #### player.hls.master
......