Commit f337b27f authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Documentation] Fix spelling in docs for project

parent 546b1252
......@@ -9,7 +9,7 @@ module Pod
class Project < Xcodeproj::Project
# @param [Pathname, String] path @see path
# @param [Bool] skip_initialization
# Wether the project should be initialized from scratch.
# Whether the project should be initialized from scratch.
#
def initialize(path, skip_initialization = false)
super(path, skip_initialization)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment