Fixed typo

This commit is contained in:
Tobias Gläßer 2018-10-29 11:38:26 -04:00 committed by Thomas Buckley-Houston
parent d3fff67c61
commit 49eebee0c9

View file

@ -191,7 +191,7 @@ var _ = Describe("Showing a basic webpage", func() {
})
Describe("Text positioning", func() {
It("should position the left/right-aligned coloumns", func() {
It("should position the left/right-aligned columns", func() {
Expect("Smörgåsbord▄(Swedish:").To(BeInFrameAt(12, 10))
Expect("The▄Swedish▄word").To(BeInFrameAt(42, 10))
})