From 4a9f50b5d016bcc4232d9321a90e0ac588e9d69f Mon Sep 17 00:00:00 2001 From: Christian Grobmeier Date: Sun, 2 Oct 2016 20:44:28 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b74123..470aa22 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ plugin merely adds the global `lang` variable and swaps out context based on con ## Link between translated posts or pages -URLs can change and manually linking to translated posts or pages isn't the best idea. This plugin helps you link posts together using a shared translation ID. With [octopress](https://github.com/octopress/octopress), you'll be able to automatically add translation IDs to pages and posts. Then you can reference the array of translations with `post.tranlsations` or `page.translations`. Here's the syntax: +URLs can change and manually linking to translated posts or pages isn't the best idea. This plugin helps you link posts together using a shared translation ID. With [octopress](https://github.com/octopress/octopress), you'll be able to automatically add translation IDs to pages and posts. Then you can reference the array of translations with `post.translations` or `page.translations`. Here's the syntax: ``` $ octopress id path [path path...]