From 60987b011244e570e39da9e861c8a1614bd942ae Mon Sep 17 00:00:00 2001 From: Yuwei Ba Date: Thu, 15 Oct 2015 00:10:01 +0800 Subject: [PATCH] Update offset.md Typo --- components/layout/demo/offset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/demo/offset.md b/components/layout/demo/offset.md index ca594c036..f07567b78 100644 --- a/components/layout/demo/offset.md +++ b/components/layout/demo/offset.md @@ -4,7 +4,7 @@ 列偏移。 -使用 `.col-offset-*` 类可以将列向右侧偏。例如,`.col-offset-4` 类将 `.col-md-4` 元素向右侧偏移了4个列(column)的宽度。 +使用 `.col-offset-*` 类可以将列向右侧偏。例如,`.col-offset-4` 类将 `.col-4` 元素向右侧偏移了4个列(column)的宽度。 ---