Navigation Menu

Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 17, 2014
1 parent 2574743 commit 8c38d70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _po/ja/reference/plugin/matching-pattern/index.po
Expand Up @@ -122,6 +122,6 @@ msgid ""
" * `PATTERN` = [`PATTERN, LOGICAL_OPERATOR`, `PATTERN`]\n"
" * `TARGET_PATH` = `\"COMPONENT(.COMPONENT)*\"`\n"
" * `OPERATOR` = `:equal`, `:in`, `:include`, `:exist`, `:start_with`\n"
" * `ARGUMENTS` = ``OBJECT_DEFINED_IN_JSON*`\n"
" * `ARGUMENTS` = `OBJECT_DEFINED_IN_JSON*`\n"
" * `LOGICAL_OPERATOR` = `:or`"
msgstr ""
2 changes: 1 addition & 1 deletion ja/reference/plugin/matching-pattern/index.md
Expand Up @@ -87,6 +87,6 @@ and:
* `PATTERN` = [`PATTERN, LOGICAL_OPERATOR`, `PATTERN`]
* `TARGET_PATH` = `"COMPONENT(.COMPONENT)*"`
* `OPERATOR` = `:equal`, `:in`, `:include`, `:exist`, `:start_with`
* `ARGUMENTS` = ``OBJECT_DEFINED_IN_JSON*`
* `ARGUMENTS` = `OBJECT_DEFINED_IN_JSON*`
* `LOGICAL_OPERATOR` = `:or`

2 changes: 1 addition & 1 deletion reference/plugin/matching-pattern/index.md
Expand Up @@ -78,6 +78,6 @@ and:
* `PATTERN` = [`PATTERN, LOGICAL_OPERATOR`, `PATTERN`]
* `TARGET_PATH` = `"COMPONENT(.COMPONENT)*"`
* `OPERATOR` = `:equal`, `:in`, `:include`, `:exist`, `:start_with`
* `ARGUMENTS` = ``OBJECT_DEFINED_IN_JSON*`
* `ARGUMENTS` = `OBJECT_DEFINED_IN_JSON*`
* `LOGICAL_OPERATOR` = `:or`

0 comments on commit 8c38d70

Please sign in to comment.