Skip to content

Commit

Permalink
fix typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed May 23, 2019
1 parent f378ad6 commit 49646fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Classes/GPXRoot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ open class GPXRoot: GPXElement {
return waypoint
}

/// Add a pre-initalized and configured waypoint to `GPXRoot`
/// Add a pre-initialized and configured waypoint to `GPXRoot`
///
/// - Parameters:
/// - waypoint: The waypoint that you wish to include in `GPXRoot`
Expand All @@ -147,7 +147,7 @@ open class GPXRoot: GPXElement {
}
}

/// Add an array of pre-initalized and configured waypoints to `GPXRoot`
/// Add an array of pre-initialized and configured waypoints to `GPXRoot`
///
/// - Parameters:
/// - waypoints: Array of waypoints that you wish to include in `GPXRoot`
Expand Down Expand Up @@ -193,7 +193,7 @@ open class GPXRoot: GPXElement {
return route
}

/// Add a pre-initalized and configured route to `GPXRoot`
/// Add a pre-initialized and configured route to `GPXRoot`
///
/// - Parameters:
/// - route: The route that you wish to include in `GPXRoot`
Expand All @@ -204,7 +204,7 @@ open class GPXRoot: GPXElement {
}
}

/// Add an array of pre-initalized and configured routes to `GPXRoot`
/// Add an array of pre-initialized and configured routes to `GPXRoot`
///
/// - Parameters:
/// - routes: The array of routes that you wish to include in `GPXRoot`
Expand Down Expand Up @@ -244,7 +244,7 @@ open class GPXRoot: GPXElement {
return track
}

/// Add a pre-initalized and configured track to `GPXRoot`
/// Add a pre-initialized and configured track to `GPXRoot`
///
/// - Parameters:
/// - track: The track that you wish to include in `GPXRoot`
Expand All @@ -255,7 +255,7 @@ open class GPXRoot: GPXElement {
}
}

/// Add an array of pre-initalized and configured tracks to `GPXRoot`
/// Add an array of pre-initialized and configured tracks to `GPXRoot`
///
/// - Parameters:
/// - tracks: The array of tracks that you wish to include in `GPXRoot`
Expand Down

0 comments on commit 49646fe

Please sign in to comment.