Skip to content

Commit e4ad0c7

Browse files
mokagioclaude
andcommitted
Fix typo in ios_l10n_linter_helper.rb
--- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7726c16 commit e4ad0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_l10n_linter_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class L10nLinterHelper
1414
attr_reader :install_path, :version
1515

1616
# @param [String] install_path The path to install SwiftGen to. Usually something like "$PROJECT_DIR/vendor/swiftgen/#{SWIFTGEN_VERSION}".
17-
# It's recommended to provide an absolute path here rather than a relative one, to ensure it's not dependant on where the action is run from.
17+
# It's recommended to provide an absolute path here rather than a relative one, to ensure it's not dependent on where the action is run from.
1818
# @param [String] version The version of SwiftGen to use. This will be used both:
1919
# - to check if the current version located in `install_path`, if it already exists, is the expected one
2020
# - to know which version to download if there is not one installed in `install_path` yet

0 commit comments

Comments
 (0)