# HG changeset patch # User Alex Vidal # Date 1309405851 25200 # Node ID 2060e7f9bdfcd228b687ccc24bc133e3c64467c6 # Parent 500e3b17d24cebc76dbdfbfb550182dccfc42a57 Fixed a couple of typos. diff -r 500e3b17d24c -r 2060e7f9bdfc content/blog/2011/06/django-advice.html --- a/content/blog/2011/06/django-advice.html Wed Jun 29 22:31:20 2011 -0400 +++ b/content/blog/2011/06/django-advice.html Wed Jun 29 20:50:51 2011 -0700 @@ -707,7 +707,7 @@ worry about than new projects. I wrote a few scripts to automate updating apps and such, but they're extremely hacky -so I don't want ot post them here. Take half a day and write your own set -- it's +so I don't want to post them here. Take half a day and write your own set -- it's definitely worth it to have your own mirror of your specific dependencies. [hg-git]: http://hg-git.github.com/ @@ -1024,7 +1024,7 @@ I *rarely* work with raw HTML files any more. Whenever I open a file ending in `.html` it's almost always a Django template (or a [Jinja][] template, which has a very similar syntax). I've added an autocommand to automatically set the correct -filetyle whenever I open a `.html` file: +filetype whenever I open a `.html` file: [Jinja]: http://jinja.pocoo.org/