mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
Fix a few typos in the comment
This commit is contained in:
parent
9af3dee277
commit
7d0c716366
1 changed files with 2 additions and 2 deletions
|
|
@ -127,8 +127,8 @@ class ApplicationController < ActionController::Base
|
||||||
|
|
||||||
# Here's the concept behind this "mobile content negotiation" hack: In
|
# Here's the concept behind this "mobile content negotiation" hack: In
|
||||||
# addition to the main, AJAXy Web UI, Tracks has a lightweight low-feature
|
# addition to the main, AJAXy Web UI, Tracks has a lightweight low-feature
|
||||||
# 'mobile' version designed to be suitablef or use from a phone or PDA. It
|
# 'mobile' version designed to be suitable for use from a phone or PDA. It
|
||||||
# makes some sense that tne pages of that mobile version are simply alternate
|
# makes some sense that the pages of that mobile version are simply alternate
|
||||||
# representations of the same Todo resources. The implementation goal was to
|
# representations of the same Todo resources. The implementation goal was to
|
||||||
# treat mobile as another format and be able to use respond_to to render both
|
# treat mobile as another format and be able to use respond_to to render both
|
||||||
# versions. Unfortunately, I ran into a lot of trouble simply registering a
|
# versions. Unfortunately, I ran into a lot of trouble simply registering a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue